different embed?
Here I'm trying to detect embeds from a bot but for some reason it is not able to detect a perticular embed
https://srcb.in/EGeVyoamTA
10 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!The embed that is not being detected and appearing in my console is the first one, however the other timer embeds are appearing as they should
https://srcb.in/EGeVyoamTA
The code ^^
You're probably skipping the message somewhere in the messageCreate
Can I show you the full event?
If that's the event you use
Yes
Yes
Okay one sec
Here
https://srcb.in/xDhHymvQI3
I'm not sure why
Welp
Is there any other alternatives i can use for this except detecting the embed?
It's weird because only this battle command's embed is like this
All the embeds are getting captured well
Ooo, i was able to find a way around it and do what I wanted! I removed the embed condition and just logged the message from the bot instead and got it, weirdly there was no embed in that message event, maybe because of the reason you just said
But there was message.interaction so I used those as the conditions instead