From d30093969d50c366439bcd7c02733e4aa23378fc Mon Sep 17 00:00:00 2001 From: CTome <64846840+CrimsonTome@users.noreply.github.com> Date: Thu, 28 Jul 2022 18:38:52 +0100 Subject: [PATCH] update freeside discord link in regular command --- commands/general/freeside.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/general/freeside.js b/commands/general/freeside.js index 9b866a6..83d2c15 100644 --- a/commands/general/freeside.js +++ b/commands/general/freeside.js @@ -15,7 +15,7 @@ module.exports = { .setColor('ORANGE') .setFooter({ text: `Called By: ${message.author.tag}`}) .setDescription('Freeside is the student run and maintained linux cluster within the University Of Hull Computer Science Department providing Linux administration experience, mentoring and technical advice alongside other peer-led support. It is completely free to all students to join, irrespective of degree pathway.') - .addField('You can join them from below!','https://discord.com/invite/qAZ8dAp') + .addField('You can join them from below!','https://discord.freeside.co.uk') message.channel.send({ embeds: [embed] }); } -} \ No newline at end of file +}