Guild Specific Application Command Choices
how would i have different choices for different guilds.
Ex:
server 1 :
/command server:server-test1
server 2: /command server:server-test2
6 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!DiscordJS: v14.11.0
Node: v18.18.2
You would need to either 1) register those commands per-guild instead of globally, or 2) use autocomplete instead of choices
9
How does auto complete work
Also if i did do that would i need to reload the command every time i wanted to change the choices