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:
Problem statement
Without cooldowns, users can spam commands causing issues.
Proposed solution
Prevent users from spamming commands.
Suggested approach:
Alternatives considered
Additional context
Files: