Answers for "discord.js send message in channel by id"

4

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

Code answers related to "discord.js send message in channel by id"

Code answers related to "Javascript"

Browse Popular Code Answers by Language