Use: if (command === ‘help’) {
let sicon = bot.user.displayAvatarURL;
const hembed = new discord.RichEmbed()
.setDescription(‘Help’)
.setTitle(“Help!”)
.setColor(#15f153)
.setThumbnail(sicon)
.addField(“Fun”,“Content of this field”,true)
.addField(“Utility”,“Content”,true)
.addField(“Anime”,“Content”,true);
msg.channel.send(“See your DM!”);
msg.author.send({hembed});
}