#Collector doesnt work, even tho i took it form the docs

7 messages · Page 1 of 1 (latest)

brisk streamBOT
#

• 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.

lunar hinge
#

Can aony tell me what I did wrong here? I have got no error code when i click the button, but no response aswell

warped dune
#

That doesn’t even look like valid js syntax, your reply({ never closes either of its parantheses

warped dune
#

Still not valid. Since you seem to have statements in the object you pass to reply now… it should close before the fetchReply call, not at the end there

#

Also you pass buttons into the row you send but only collect StringSelectMenuInteraction and not ButtonInteraction