You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2026. It is now read-only.
Description:
Implement rate limiting to prevent abuse or spam of bot commands. This will ensure more stable operation and discourage rapid or repeated triggering of commands.
Goals:
Limit how many commands a user can run in a given timeframe (e.g. 5 commands per 10 seconds).
Possibly differentiate between regular users and admins/mods.
Return a friendly error message when a user is rate-limited.
⚙️ feat: Add Command Rate Limiting
Description:
Implement rate limiting to prevent abuse or spam of bot commands. This will ensure more stable operation and discourage rapid or repeated triggering of commands.
Goals:
Checklist:
Priority: High