Answers for "discord js send message to a channel bot"

0

discord.js send message to specific channel

client.channels.cache.get("channel ID").send("hello world");
Posted by: Guest on January-15-2021
0

discord.js send message to specific channel

client.guilds.cache.get("<id>").send("<msg>"); // used for specific channel
Posted by: Guest on August-03-2021

Code answers related to "discord js send message to a channel bot"

Code answers related to "Javascript"

Browse Popular Code Answers by Language