-
Notifications
You must be signed in to change notification settings - Fork 6
[Feature]: Add command cooldown system #22
Copy link
Copy link
Open
Labels
Priority: MediumNormal priority. Should be addressed in due time.Normal priority. Should be addressed in due time.Status: OpenIssue is open and ready for work.Issue is open and ready for work.enhancementNew feature or requestNew feature or request
Description
Problem statement
Without cooldowns, users can spam commands causing issues.
Proposed solution
Prevent users from spamming commands.
Suggested approach:
- Track user command timestamps
- Add cooldown duration
- Return message if on cooldown
Alternatives considered
- Commands cannot be spammed
- Cooldown message displayed
Additional context
Files:
- command handler
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: MediumNormal priority. Should be addressed in due time.Normal priority. Should be addressed in due time.Status: OpenIssue is open and ready for work.Issue is open and ready for work.enhancementNew feature or requestNew feature or request