Updated welcome.js

imgbot
kieranrobson 2022-05-11 21:13:11 +01:00
parent 19513f6462
commit 87c00318b4
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@ module.exports = {
.setTimestamp()
.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.`)
.addField('Code of Conduct', `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.**`)
.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('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')
message.channel.send({ embeds: [embed] })
},