momentum-mod / discord-bot

The Discord bot used in the official Momentum Mod Discord Server.
https://discord.gg/momentummod
MIT License
9 stars 7 forks source link

Ratelimit reaction based roles #72

Closed Hona closed 1 year ago

Hona commented 4 years ago

Needs to log a warning that the user is spamming the reaction.

Add a config option for max actions per 1/2/5? minute period, then when an action is added increase a users counter. Once the limit is hit, ignore the users requests for a timeout period (config option) and log it.

A simple way to clear this data would be a job every 2*period minutes to wipe the cache where the last request was > period ago.

Gocnak commented 1 year ago

Superceded by needing to do #148