Answers for "discord js how to send message in specific channel"

3

send a message to a specific channel discord.js

client.channels.get("<ID of the channel you want to send to>").send("<your message content here>")
Posted by: Guest on January-18-2020
1

discord.js send message to specific channel

client.channels.cache.get("<channel>").send("<message>");
Posted by: Guest on August-03-2021

Code answers related to "discord js how to send message in specific channel"

Code answers related to "Javascript"

Browse Popular Code Answers by Language