Is your feature request related to a problem?
Describe the feature you'd like
馃専 Feature Description
Add administrative Discord slash commands for bot management and monitoring. Commands would let maintainers check bot health, manage queues, and handle user issues without database access.
馃攳 Problem Statement
The bot has no admin commands. All commands are available to everyone. Maintainers cannot monitor bot status, clear stuck messages, or debug user issues in real-time. Any maintenance requires manual database edits or bot restarts.
馃幆 Expected Outcome
Add permission-restricted admin commands:
- /admin stats - View message counts, queue sizes, response times
- /admin queue status - Check pending tasks
- /admin queue clear - Remove stuck messages
- /admin user info - Inspect user state
- /admin user reset - Fix broken user state
- /admin cache clear - Clear cached data
- /admin health - Check database and API connections
Commands restricted to server administrators and bot owner. All actions logged to database.
I want to work on implementing this feature.
Record
Is your feature request related to a problem?
Describe the feature you'd like
馃専 Feature Description
Add administrative Discord slash commands for bot management and monitoring. Commands would let maintainers check bot health, manage queues, and handle user issues without database access.
馃攳 Problem Statement
The bot has no admin commands. All commands are available to everyone. Maintainers cannot monitor bot status, clear stuck messages, or debug user issues in real-time. Any maintenance requires manual database edits or bot restarts.
馃幆 Expected Outcome
Add permission-restricted admin commands:
Commands restricted to server administrators and bot owner. All actions logged to database.
I want to work on implementing this feature.
Record