python-discord / bot

The community bot for the Python Discord community
https://pythondiscord.com
MIT License
1.34k stars 664 forks source link

Post log from `!clean` (and simialr commands) in #message-change-log #3055

Open janine9vn opened 3 months ago

janine9vn commented 3 months ago

Currently, if we do !cban or similar clean commands, the record of the messages being cleared gets output to #mods.

This can cause some confusion if two moderators are investigating and messages suddenly disappear, but there isn't a record in #message-change-log. If messages get deleted or edited, the logical place for a record of that to appear would be in #message-change-log.

So we should change where the record of deleted messages get sent to and send it to #message-change-log instead.

wookie184 commented 3 months ago

The deletion is currently logged in #mod-log. I can see the argument beind having it there, since it is the result of a moderation action, though I agree it would also fit #message-change-log. I'm not sure where I'd guess it would be myself if I didn't know.

mbaruh commented 2 months ago

I think posting in both is fine