discord js on message in specific channel code example
Example: send a message discordjs
message.channel.send("A message!");
message.reply("A message to the sender!");
message.channel.send("A message!");
message.reply("A message to the sender!");