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

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