Hello everyone I’m new to coding and I have some questions how do i make it reply in dms instead of replying in the channel
Code
buttonClient.on(“yes”, (inta) => inta.message.reply(“Thanks”))
Hello everyone I’m new to coding and I have some questions how do i make it reply in dms instead of replying in the channel
Code
buttonClient.on(“yes”, (inta) => inta.message.reply(“Thanks”))
try
message.author.send('Message Content Here')
Not working
Hey Unique,
Maybe you could show us more of your code and describe some things you’ve tried?
Could you elaborate more?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.