Command alias for slash commands?
Is there a way to add an alias for chat input commands, like for example a /command having an alias "run" so that /run does the same thing as /command
4 Replies
Solution
no because discord doesn't allow aliases for slash commands
What there are are aliases but for message commands
The only thing you can do is extract the code to an external function and register the command twice but that's horrid UX
make a command to search for existing commands which also includes your aliases, and then send a message mentioning the correct slash command to use