zaanposni / discord-masz

MASZ is a selfhostable highly sophisticated moderation bot for Discord. Includes a web dashboard and a discord bot.
https://discord.gg/5zjpzw6h3S
Other
71 stars 17 forks source link

optimize automod delete algorithm #453

Closed zaanposni closed 2 years ago

zaanposni commented 2 years ago

current automod only tries to delete a message once, if it fails due to ratelimit, nothing will happen. solution: implement a delete queue that uses bulk delete per channel and triggers every x seconds to optimize this stuff, maybe add it to the clear command as well.

zaanposni commented 2 years ago

done with retry mode of dnet