fix: Fix method

This commit is contained in:
Mira 2025-04-07 21:35:40 +02:00
parent 4e795fddc7
commit 3bb0c0e177
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
8 changed files with 16 additions and 16 deletions

View file

@ -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),