S-IAF
Join ServerSapphire - Imagine a framework
sapphire-support
Command alias for slash commands?
Wwasteyute1/31/2023
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
Solution
Kkaname-png1/31/2023
no because discord doesn't allow aliases for slash commands
Kkaname-png1/31/2023
What there are are aliases but for message commands
FFavna1/31/2023
The only thing you can do is extract the code to an external function and register the command twice but that's horrid UX
KKrish2/1/2023
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