CommandCleanup icon indicating copy to clipboard operation
CommandCleanup copied to clipboard

Delete channels that don't contain mentions

Open edoreld opened this issue 2 years ago • 1 comments

I notice that your bot is able to delete messages that have mentions. Would it be possible to do the opposite, and delete messages that do NOT contain mentions in them?

edoreld avatar Jul 21 '23 14:07 edoreld

The bot itself doesn't actually target mentions in any way but rather uses mentions in commands to target specific users & roles.

I could most definitely implement a boolean option for the command though to target messages containing mentions, where providing true would target messages containing mentions, and false would vice-versa, removing them from the collection process.

FatAussieFatBoy avatar Aug 13 '23 05:08 FatAussieFatBoy