const Discord = require("discord.js");
const pf = "!"; // ваш префикс
const bot = new Discord.Client();
bot.on('message', message => {
if (message.content === pf+'say') {
const text = message.content.split('|||').slice(1).join(' '); //
let gg = new Discord.RichEmbed()
.setDescription(text[0])
.setTitle(text[1])
.setColor("#ff5733")
message.channel.send(gg);
msg.react('✅')
.then(console.log)
.catch(console.error);
}
}
});
bot.login("токен вашего бота")
ошибки есть, очень много ||| может это не робит...
Лучше просто сходить на офф документацию
https://discordjs.guide/