Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

discord.js send message to a given channel

const channel = client.channels.cache.get('id');
channel.send('content');
Source by discordjs.guide #
 
PREVIOUS NEXT
Tagged: #send #message #channel
ADD COMMENT
Topic
Name
2+4 =