Fix bulk message deleting logs being public

bruh

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-02-02 23:11:17 +05:00
parent 3105229ad4
commit f2e337153f
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -25,6 +25,6 @@ public sealed class ClearCommand : ICommand {
string.Format( string.Format(
Messages.CachedMessageDeleted, msg.Author.Mention, Messages.CachedMessageDeleted, msg.Author.Mention,
Utils.MentionChannel(channel.Id), Utils.MentionChannel(channel.Id),
Utils.Wrap(msg.CleanContent))); Utils.Wrap(msg.CleanContent)), false);
} }
} }