why the command not verify

Hello in this image i put options but in the project of bot when i put another options it isnt recorded why ??? is there limit for number of options ??
No description
7 Replies
d.js toolkit
d.js toolkit16mo 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!
Squid
Squid16mo ago
is there limit for number of options
Yes, 25 per command
Ahmed Sn
Ahmed SnOP16mo ago
but i use 23 not 25 and is there limit for slash commands
Squid
Squid16mo ago
if you try and deploy a command with more than 25 options, Discord should throw an error instead of just truncating the array
d.js docs
d.js docs16mo ago
discord Application Commands read more
Squid
Squid16mo ago
all limits are on discord's documentation
Ahmed Sn
Ahmed SnOP16mo ago
ok

Did you find this page helpful?