Cog-Creators / Red-DiscordBot

A multi-function Discord bot
https://docs.discord.red
GNU General Public License v3.0
4.69k stars 2.3k forks source link

New handling of delete message arguments on mod actions #5922

Open Kowlin opened 1 year ago

Kowlin commented 1 year ago

We could also consider allowing people to specify other intervals in commands such as [p]ban, [p]massban, and [p]tempban though in the [p]tempban case it may make the parameter syntax more ambiguous due to temp ban duration and delete seconds allowing the same syntax (timedelta converter). Since it's not a very clear cut, I recommend that you make an issue for that where we can discuss it further.

Originally posted by @Jackenmen in https://github.com/Cog-Creators/Red-DiscordBot/pull/5920#pullrequestreview-1202799441

Kowlin commented 1 year ago

I've been reminded about the mute commands timedelta converter and I think that this would be a good use case to implement here.