diff --git a/PluralKit.Bot/Commands/MiscCommands.cs b/PluralKit.Bot/Commands/MiscCommands.cs index b9a8f462..603eae4c 100644 --- a/PluralKit.Bot/Commands/MiscCommands.cs +++ b/PluralKit.Bot/Commands/MiscCommands.cs @@ -89,7 +89,7 @@ namespace PluralKit.Bot.Commands { await msg.ModifyAsync(f => { - f.Content = Optional.Unspecified; + f.Content = ""; f.Embed = embed.Build(); }); }