From 99e1752f5ae8f9a61d266c99078456118451b657 Mon Sep 17 00:00:00 2001 From: kieranrobson Date: Fri, 13 May 2022 19:52:40 +0100 Subject: [PATCH] Updated help with new commands --- commands/general/help.js | 3 +++ 1 file changed, 3 insertions(+) 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] }); }