Answers for "send messages as discord bot"

0

how to send a message to a discord server using a bot

const channel = client.channels.cache.get(channel => channel.name === 'the channel name')
channel.send(message)
Posted by: Guest on January-20-2021
0

how to make a discord bot send a message

message.channel.send("This is a Message")
Posted by: Guest on April-28-2021

Code answers related to "send messages as discord bot"

Code answers related to "Javascript"

Browse Popular Code Answers by Language