From 9124c1be0866e25055550bc0cbd309e316b76ff7 Mon Sep 17 00:00:00 2001 From: KieranRobson Date: Mon, 23 May 2022 09:32:51 +0000 Subject: [PATCH] Slight formatting of welcome embed --- commands/embeds/welcome.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/embeds/welcome.js b/commands/embeds/welcome.js index 4f9fe69..bcafdf4 100644 --- a/commands/embeds/welcome.js +++ b/commands/embeds/welcome.js @@ -17,7 +17,7 @@ module.exports = { .setTitle("Welcome!") .setDescription(`We're the official student-run Computer Science Society at Hull, set up with the aim of providing engaging events for students with an interest in Computer Science. This basically means our role is to make life outside of your course as fun and interesting as possible, organising both social and technical events for you.`) .setThumbnail('https://i.imgur.com/ww6wKwJ.png') - .addField('Exec Members', `President - <@261607869068214272>.\r\n Secretary - <@265925073926488064>.\r\n Treasurer - <@354324259629170700>.\r\n Social Secretary - NA.\r\n Publicity Officer - <@328928794364870656>.\r\n Webmaster - <@449573875743981569>.\r\n\r\n\r\n`) + .addField('Exec Members', `President - <@261607869068214272>.\r\nSecretary - <@265925073926488064>.\r\nTreasurer - <@354324259629170700>.\r\nSocial Secretary - NA.\r\n Publicity Officer - <@328928794364870656>.\r\nWebmaster - <@449573875743981569>.\r\n\r\n\r\n`) .addField('Our Links', `https://hullcss.org/links`) .addField('Gain Access', `To gain access to the server, you will need to have a read of the code of conduct, found here: https://github.com/hullcss/conduct/ and react to the check mark below.\r\n \r\n **All Members, including Community are required to read this policy to access the server.**`) .addField('Confirmation', 'By reacting with the check mark, you confirm that you have read the #hullcss Code of Conduct')