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
No description
10 Replies
d.js toolkit
d.js toolkit3mo ago
- 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!
Void
Void3mo ago
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 ^^
Syjalo
Syjalo3mo ago
You're probably skipping the message somewhere in the messageCreate
Void
Void3mo ago
Can I show you the full event?
Syjalo
Syjalo3mo ago
If that's the event you use
Void
Void3mo ago
Yes
Syjalo
Syjalo3mo ago
Yes
Void
Void3mo ago
Okay one sec Here https://srcb.in/xDhHymvQI3
Syjalo
Syjalo3mo ago
I'm not sure why
Void
Void3mo ago
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