Is your feature request related to a problem? Please describe.
Currently, there is no simple way to view command usage statistics. This makes it harder to understand which commands are used the most and which features are most relevant to users.
Describe the solution you'd like
Add a simple /statistics slash command that displays command usage statistics.
The bot should store command usage data and provide insights such as:
- Most used command
- Top 3 most used commands
- General command usage overview
Describe alternatives you've considered
An alternative would be to only log command usage internally or review usage manually through external logs or analytics. However, having a built-in /statistics command would make this information much easier to access and more useful for server admins and bot maintainers.
Additional context
This feature would help track feature adoption and better understand how users interact with the bot over time.
Is your feature request related to a problem? Please describe.
Currently, there is no simple way to view command usage statistics. This makes it harder to understand which commands are used the most and which features are most relevant to users.
Describe the solution you'd like
Add a simple
/statisticsslash command that displays command usage statistics.The bot should store command usage data and provide insights such as:
Describe alternatives you've considered
An alternative would be to only log command usage internally or review usage manually through external logs or analytics. However, having a built-in
/statisticscommand would make this information much easier to access and more useful for server admins and bot maintainers.Additional context
This feature would help track feature adoption and better understand how users interact with the bot over time.