Closed thatrobotdev closed 4 years ago
const embed = new Discord.RichEmbed();
embed.setColor('RANDOM');
embed.setDescription(`**${command.name}:** ${command.description}`);
message.channel.send({ embed });
Gonna go ahead and push this PR.. embeds aren't really needed.
pushed.
TODO: Add discord embed back to fix fully