Global commands #1137
-
Part of the guide or code sample the question is abouthttps://discordjs.guide/interactions/slash-commands.html#global-commands QuestionHow do I make my slash commands global? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Not too sure what your question about the process is, seeing that you are linking to exactly the part of the guide that explains how to achieve that. Can you be a little more elaborate on what the issue is? |
Beta Was this translation helpful? Give feedback.
-
The route detailed in the section you linked to does not take a guild id. If it does, you have been taking the guild-based route |
Beta Was this translation helpful? Give feedback.
-
please refer to #1138 |
Beta Was this translation helpful? Give feedback.
The route detailed in the section you linked to does not take a guild id. If it does, you have been taking the guild-based route
Routes.applicationGuildCommands(clientId, guildId)
, when you should be usingRoutes.applicationCommands(clientId)