Properly reset stat message content

This commit is contained in:
Ske 2019-12-22 14:35:18 +01:00
parent d2205ea7e6
commit 3b5ca3d62e

View File

@ -89,7 +89,7 @@ namespace PluralKit.Bot.Commands {
await msg.ModifyAsync(f =>
{
f.Content = Optional<string>.Unspecified;
f.Content = "";
f.Embed = embed.Build();
});
}