Section: fun-commands
Goal
Bundle multiple /fun subcommands and add a lightweight usage tracker with a leaderboard so the server can see who is using the bot most.
In Scope (v1)
- /fun coinflip
- /fun java
- /fun poll (2–4 options)
- /fun leaderboard (top users overall)
Tracking Rules
- Track usage per guild
- Track userId + command key only
- All /fun subcommands call a shared usage hook
Acceptance Criteria
- All fun commands reply correctly
- Usage is recorded on each invocation
- /fun leaderboard shows top users (default: top 10)
- Data persists across bot restarts
Non-Goals (v1)
- Per-command breakdowns
- Daily stats or streaks
- Charts or admin-only controls
Section: fun-commands
Goal
Bundle multiple /fun subcommands and add a lightweight usage tracker with a leaderboard so the server can see who is using the bot most.
In Scope (v1)
Tracking Rules
Acceptance Criteria
Non-Goals (v1)