reply to user message
How to reply a user message with @discordjs/core?
5 Replies
• 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.Do you know how to send a message already
channels.createMessage ?
Yeah and in the options you have to provide message_reference, which takes an object
https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure
*this is all assuming the options are equal to the api types
never used core before
thanks