fix: Fix method
This commit is contained in:
parent
4e795fddc7
commit
3bb0c0e177
8 changed files with 16 additions and 16 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue