diff --git a/commands/general/help.js b/commands/general/help.js index 8b07b3f..302b831 100644 --- a/commands/general/help.js +++ b/commands/general/help.js @@ -29,6 +29,8 @@ module.exports = { const embed = new discord.MessageEmbed() .setTitle("Admin Commands") .setColor('GREEN') + + message.channel.send({ embeds: [embed] }); } @@ -54,6 +56,7 @@ module.exports = { .addField('!8ball', 'Answer your deepest questions.') .addField('!gorb', 'guinea pig orb') + .addField('!torch', 'Light the way') message.channel.send({ embeds: [embed] }); } diff --git a/commands/general/linktree.js b/commands/general/link.js similarity index 100% rename from commands/general/linktree.js rename to commands/general/link.js