Slash command limit
Hi, i think the limit of slash commands was 100 global and 100 guild but for the 100 guild ones is it a limit of 100 per guild or as bot for guilds?
So example as user of the bot i have 4 guilds where the bot is in can they each have 100 different guild based commands?
11 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!
- ✅
Marked as resolved by OPper guild
so in theory as bot developer you can have unlimited slash commands
only for the guild themself its a cap of 100
no, you said it yourself in your first message, it's limited
in practice they can be considered "unlimited" since 100 is a ton and no bot should need more than that, but in theory/paper it's not
yes but lets say i have /command1 /command2 /command3 in my bot all up to /command 300 so i have 300 slash commands, if i have 3 guilds i can deploy the first 100 commands to 1 guild, 100-200 to second guild and so on?
yeah, but what would be the use of that :Thonk:
you wouldn't be able to use /command101 in guild 1
yes i understand the cap for global commands, but i want to know if the cap for guild based commands is based on guild or bot
the former
yes so its guild based not bot guild based
xD
yep
alr thanks!