forked from TeamInklings/Octobot
Fix bulk message deleting logs being public
bruh Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
3105229ad4
commit
f2e337153f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue