Merge pull request #2 from CrimsonTome/main

Update Freeside's Discord link URL
imgbot
Kieran 2022-07-28 18:46:41 +01:00 committed by GitHub
commit 9bcc1ade69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ module.exports = {
.setColor('ORANGE')
.setFooter({ text: `Called By: ${interaction.user.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')
interaction.reply({ embeds: [embed] });
},
};
};

View File

@ -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] });
}
}
}