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
d.js toolkit
d.js toolkit14mo ago
- 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!
Nathan
NathanOP14mo ago
DiscordJS: v14.11.0 Node: v18.18.2
Squid
Squid14mo ago
You would need to either 1) register those commands per-guild instead of globally, or 2) use autocomplete instead of choices
3mk M9md
3mk M9md14mo ago
9
Nathan
NathanOP14mo ago
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
d.js docs
d.js docs14mo ago
guide Slash Commands: Autocomplete read more
Want results from more Discord servers?
Add your server