mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-02-25 00:12:38 +03:00
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue