reply to user message

How to reply a user message with @discordjs/core?
5 Replies
d.js toolkit
d.js toolkit12mo ago
• 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.
chewie 🌈
chewie 🌈12mo ago
Do you know how to send a message already
Loux
Loux12mo ago
channels.createMessage ?
chewie 🌈
chewie 🌈12mo ago
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
Loux
Loux12mo ago
thanks