#Resolve Promise Error (Discord.js v14.8.0)

12 messages · Page 1 of 1 (latest)

oak junco
#

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

open geyser
#

node v19.8.1

graceful jetty
#

That's just the output of listening to the multipleResolves event in the first place, followed by a warning that the event will be removed in a future version of node

No actual error there

open geyser
nova pilot
#

Unrelated

graceful jetty
#

Are you using message or slash commands?

open geyser
#

message

graceful jetty
#

Do you have the MessageContent intent?

open geyser
#

no

graceful jetty
#

You need it to read other users' message content

open geyser
#

ah i see, so what is the new constructor for embeds? it says Discord.MessageEmbed() is not a constructor

graceful jetty
#

EmbedBuilder
There's a full list of changes in #djs-help-v14 's channel topic