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 toolkit8mo 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
Squid8mo ago
is there limit for number of options
Yes, 25 per command
Ahmed Sn
Ahmed Sn8mo ago
but i use 23 not 25 and is there limit for slash commands
Squid
Squid8mo 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 docs8mo ago
discord Application Commands read more
Squid
Squid8mo ago
all limits are on discord's documentation
Ahmed Sn
Ahmed Sn8mo ago
ok