mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
Properly reset stat message content
This commit is contained in:
parent
d2205ea7e6
commit
3b5ca3d62e
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ namespace PluralKit.Bot.Commands {
|
|||
|
||||
await msg.ModifyAsync(f =>
|
||||
{
|
||||
f.Content = Optional<string>.Unspecified;
|
||||
f.Content = "";
|
||||
f.Embed = embed.Build();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue