diff --git a/commands/general/help.js b/commands/general/help.js index ee9eb1c..c58abc6 100644 --- a/commands/general/help.js +++ b/commands/general/help.js @@ -41,6 +41,9 @@ module.exports = { .addField('-buy', 'Sends a link to purchase membership') .addField('-links', 'Get all the links') + .addField('-freeside', 'A link to the Freeside discord server') + .addField('-robsoc', 'A link to the Robotics Society discord server') + message.channel.send({ embeds: [embed] }); }