Add Support for Categorizing Slash Commands #7480
Unanswered
skyhancloud
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to propose a feature to enhance slash command usability: support for categorizing slash commands.
The Idea
Currently, slash commands are listed flatly, which can get overwhelming when a bot offers a large number of commands. My proposal is to introduce a way to group commands under categories or sections, similar to how subcommands work, but at a higher organizational level.
For example:
This looks categorized, but in practice, each of these is a standalone top-level command, and the grouping is purely naming convention.
Proposed Feature
Introduce a new layer in the command structure that allows grouping under a visible, selectable category in the slash command UI. Something like:
Many bots already simulate categories with prefixes or naming tricks. Official support could streamline and standardize this.
Beta Was this translation helpful? Give feedback.
All reactions