slash commands options wont get visible / can add parameters v14.18
I somehow cant add paramters in a server. eventhough everything should be fine.
is there a known issue?
29 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 OPthis should be just a simple creating roles command
my deploy file
my main file with its handlers

this theres no options to choose or parameters wont be accepted as well
yes
just the parameters cant be set
or chosen
I ran deploy-command.js file more often
@Qjuh sorry ping. I ran this file more often already
since yesterday
im sorry
but what shall i log
ok
ty
this is what returned
a?
bc when I run somehow i get error about form error
like this?
sorry im relative new to js
tysm
none of the commands use the toJSON
i changed to this
still doesnt work
OH
THAT WAS IT
im sorry to annoy you
i changed to this
but I still get errors
thats the error i had before
ah
all of does have data
except
do I have to add something here as well?
bc this works with prefix and slash command well
ok now i dont really understand
my new deploy code
error:
ok nvm
now it works but the bot wont respond
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I do have its in the main.js
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I get the
application did not respond
error
the slash command works normally and the bot is runningUnknown User•2mo ago
Message Not Public
Sign In & Join Server To View
IM SORRY
this is the command
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
ignore the message above

Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
nope the roles didnt created
no errors in the console
no new role
defer the response?
If you aren't getting any errors, try to place
console.log
checkpoints throughout your code to find out where execution stops.
- Once you do, log relevant values and if-conditions
- More sophisticated debugging methods are breakpoints and runtime inspections: learn more
:guide: Slash Commands: Command response methods - Deferred responses
read moreo
ok i will try
thank you
it seems that the error is at :
if (!command) return;
the command isn't in your client.commands collection then
hm lemme check
there's either a bug with how you're filling that collection, or the command file isn't at the right place and it isn't being detected
there we go, command is undefined
yeah, because...
yes
I just saw that i changed the structure without refactor it
still doesnt work after I change to this:
heres my structure
ok I fixed by replace it with
thanks you all who helped