16 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Post the full error stack trace, not just the top part!
- Show your code!
- Explain what exactly your issue is.
- Not a discord.js issue? Check out #useful-servers.
- Issue solved? Press the button!This is my file structure
anyone please?
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
I reworked everything
now I got another problem
It's supposed to activate my slashcommand, but actually nothing happens when running the command ... O.o
no errors or anything
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
it stops after the if (!interaction.isChatInputCommand())
I dont know why tho
and how to fix
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
this is a complete new system
nothing related with the upper
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
directly
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
yes
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Yes
can we maybe jump into a call or smth?
The order of function parameters must match between definition and function call.
- mismatch! you pass an interaction where the client is expected
- mismatch! you pass the client where an interaction is expected