Add my Discord: Joseph P#7547Code:if (command === "help") { var embed = new Discord.RichEmbed() .setTitle("Help | Commands") .setDescription ("+help \n+website \n+status \n+new (To create a ticket) ") }
Shows "help" as a header.
And the +help etc commands where the text goes.
In an embed way
Code:if (command === 'announce') { message.delete(); const announceMessage = args.join(" "); message.channel.send({embed: { color: 0x800080, description: announceMessage }}); }
It will announce messages, like the screenshot you provided.
If you want, I can make you a bot like that for $2
