how to send a message to the person who invented the discord bot discord.js code example
Example 1: send a message using discord.js
message.channel.send("test")
Example 2: send a message discordjs
message.channel.send("A message!");
message.reply("A message to the sender!");