so i tried making an embed. this is the code for it
const Discord = require('discord.js')
//example (inside of a command)
const embed = new Discord.messageEmbed()
embed.setAuthor(`Phaze Bot`)
embed.setTitle(`Commands List`)
embed.setDescription(`$kick: kicks a member
$ban: bans a member
$help music: displays music commands
$help: displays the help screen`)
message.channel.send({embed});
Update so now i got that working, but the bottom line of the code sends
Blockquote ReferenceError: message is not defined
i now need a fix on this if anyone can help