P2PHackClub / PixTools

A Discord bot for Hypixel queues
MIT License
2 stars 1 forks source link

Bring help command back to working condition #6

Closed thatrobotdev closed 4 years ago

thatrobotdev commented 4 years ago

TODO: Add discord embed back to fix fully

ghost commented 4 years ago
const embed = new Discord.RichEmbed();
    embed.setColor('RANDOM');
    embed.setDescription(`**${command.name}:** ${command.description}`);
message.channel.send({ embed });
ghost commented 4 years ago

Gonna go ahead and push this PR.. embeds aren't really needed.

ghost commented 4 years ago

pushed.