diff --git a/Commands/BoopCommand.cs b/Commands/BoopCommand.cs index 2e30c31..3fe3de7 100644 --- a/Commands/BoopCommand.cs +++ b/Commands/BoopCommand.cs @@ -40,7 +40,7 @@ internal sealed class BoopCommand : BaseCommand if (ctx.Member.Id == user.Id) { - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Title = self_phrases.SelectRandom().Build( new TVar("User1", ctx.Member.DisplayName)), @@ -52,7 +52,7 @@ internal sealed class BoopCommand : BaseCommand var response = await SocialCommandAbstractions.GetGif(ctx.Bot, "boop"); - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Description = phrases.SelectRandom().Build( new TVar("User1", ctx.User.Mention, false), diff --git a/Commands/CuddleCommand.cs b/Commands/CuddleCommand.cs index cebf9e7..0f62296 100644 --- a/Commands/CuddleCommand.cs +++ b/Commands/CuddleCommand.cs @@ -40,7 +40,7 @@ internal sealed class CuddleCommand : BaseCommand if (ctx.Member.Id == user.Id) { - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Title = self_phrases.SelectRandom().Build( new TVar("User1", ctx.Member.DisplayName)), @@ -52,7 +52,7 @@ internal sealed class CuddleCommand : BaseCommand var response = await SocialCommandAbstractions.GetGif(ctx.Bot, "cuddle"); - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Description = phrases.SelectRandom().Build( new TVar("User1", ctx.User.Mention, false), diff --git a/Commands/HighFiveCommand.cs b/Commands/HighFiveCommand.cs index b30f335..cd9d14d 100644 --- a/Commands/HighFiveCommand.cs +++ b/Commands/HighFiveCommand.cs @@ -40,7 +40,7 @@ internal sealed class HighFiveCommand : BaseCommand if (ctx.Member.Id == user.Id) { - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Title = self_phrases.SelectRandom().Build( new TVar("User1", ctx.Member.DisplayName)), @@ -52,7 +52,7 @@ internal sealed class HighFiveCommand : BaseCommand var response = await SocialCommandAbstractions.GetGif(ctx.Bot, "highfive"); - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Description = phrases.SelectRandom().Build( new TVar("User1", ctx.User.Mention, false), diff --git a/Commands/HugCommand.cs b/Commands/HugCommand.cs index 4381f43..0566a3e 100644 --- a/Commands/HugCommand.cs +++ b/Commands/HugCommand.cs @@ -43,7 +43,7 @@ internal sealed class HugCommand : BaseCommand if (ctx.Member.Id == user.Id) { - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Title = self_phrases.SelectRandom().Build( new TVar("User1", ctx.Member.DisplayName), @@ -56,7 +56,7 @@ internal sealed class HugCommand : BaseCommand var response = await SocialCommandAbstractions.GetGif(ctx.Bot, "hug"); - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Description = phrases.SelectRandom().Build( new TVar("User1", ctx.User.Mention, false), diff --git a/Commands/KillCommand.cs b/Commands/KillCommand.cs index 182ba9c..4397485 100644 --- a/Commands/KillCommand.cs +++ b/Commands/KillCommand.cs @@ -40,7 +40,7 @@ internal sealed class KillCommand : BaseCommand if (ctx.Member.Id == user.Id) { - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Title = self_phrases.SelectRandom().Build(new TVar("User1", ctx.Member.DisplayName)), Color = EmbedColors.HiddenSidebar, @@ -51,7 +51,7 @@ internal sealed class KillCommand : BaseCommand var response = await SocialCommandAbstractions.GetGif(ctx.Bot, "kill"); - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Description = phrases.SelectRandom().Build( new TVar("User1", ctx.User.Mention, false), diff --git a/Commands/KissCommand.cs b/Commands/KissCommand.cs index 58a0c46..71acdd3 100644 --- a/Commands/KissCommand.cs +++ b/Commands/KissCommand.cs @@ -40,7 +40,7 @@ internal sealed class KissCommand : BaseCommand if (ctx.Member.Id == user.Id) { - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Title = self_phrases.SelectRandom().Build(new TVar("User1", ctx.Member.DisplayName)), Color = EmbedColors.HiddenSidebar, @@ -51,7 +51,7 @@ internal sealed class KissCommand : BaseCommand var response = await SocialCommandAbstractions.GetGif(ctx.Bot, "kiss"); - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Description = phrases.SelectRandom().Build( new TVar("User1", ctx.User.Mention, false), diff --git a/Commands/PatCommand.cs b/Commands/PatCommand.cs index d1133a9..04efee4 100644 --- a/Commands/PatCommand.cs +++ b/Commands/PatCommand.cs @@ -40,7 +40,7 @@ internal sealed class PatCommand : BaseCommand if (ctx.Member.Id == user.Id) { - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Title = self_phrases.SelectRandom().Build( new TVar("User1", ctx.Member.DisplayName), @@ -53,7 +53,7 @@ internal sealed class PatCommand : BaseCommand var response = await SocialCommandAbstractions.GetGif(ctx.Bot, "pat"); - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Description = phrases.SelectRandom().Build( new TVar("User1", ctx.User.Mention, false), diff --git a/Commands/SlapCommand.cs b/Commands/SlapCommand.cs index 69d0f35..a7a8691 100644 --- a/Commands/SlapCommand.cs +++ b/Commands/SlapCommand.cs @@ -40,7 +40,7 @@ internal sealed class SlapCommand : BaseCommand if (ctx.Member.Id == user.Id) { - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Title = self_phrases.SelectRandom().Build(new TVar("User1", ctx.Member.DisplayName)), Color = EmbedColors.HiddenSidebar, @@ -51,7 +51,7 @@ internal sealed class SlapCommand : BaseCommand var response = await SocialCommandAbstractions.GetGif(ctx.Bot, "slap"); - _ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder + _ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder { Description = phrases.SelectRandom().Build( new TVar("User1", ctx.User.Mention, false),