Button not firing interactionCreate event
I'm making a simple event signup bot tailored to my server. When registering for an event, you have to choose a character either from a list of existing characters or create a new one. When choosing the option to create a new character I never get a interactionCreate event to either the client's event listener or to
awaitMessageComponent
either. It's entirely possible I'm being really dumb here (have been working for several hours today and honestly should probably take a break), but I really can't figure it out. Screenshots of both the code and some relevant bot messages below.
I'm getting zero console messages too. Tried putting one inside the filter
option on awaitMessageComponent
as well and nada.
[email protected]
node v20.11.04 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 OPCode from screenshot:
try adding
fetchReply: true
to your replydoesn't seem to change anything
actually I take it all back, I just had removed my log :facepalm:
thanks!