how to make a discord.js bot send in a certain 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!");