Properly reset stat message content
This commit is contained in:
parent
d2205ea7e6
commit
3b5ca3d62e
@ -89,7 +89,7 @@ namespace PluralKit.Bot.Commands {
|
||||
|
||||
await msg.ModifyAsync(f =>
|
||||
{
|
||||
f.Content = Optional<string>.Unspecified;
|
||||
f.Content = "";
|
||||
f.Embed = embed.Build();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user