You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interaction.editReply(`Role has been replaced. The paid members counter has been reset to 0.\n\n The new role ID is: ${newRole.id}. Please pass this to Kieran.`,true);
45
-
46
-
47
-
46
+
constnewRole=interaction.guild.roles.cache.find(
47
+
(r)=>r.name==='Paid Member'
48
+
);
49
+
interaction.editReply(
50
+
`Role has been replaced. The paid members counter has been reset to 0.\n\n The new role ID is: ${newRole.id}. Please pass this to Kieran.`,
`Press the button below to get access to the paid member role.`
32
+
)
33
+
.addFields(
34
+
{
35
+
name: 'Benefits?',
36
+
value:
37
+
'Come to every event\r\n Vote in AGMs and EGMs\r\n Access a special area, just for paid members\r\n Access our archive of previous events and guest talks\r\nAnd support the society you are apart of!',
38
+
},
39
+
{
40
+
name: 'Disclaimer!',
41
+
value:
42
+
'This is a manual process, executive members need to verify that you have paid your membership and then manually give you the role. **There is no notification of you receiving the role!**',
Copy file name to clipboardExpand all lines: src/slashCommands/general/freeside.js
+4-3
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@ module.exports = {
18
18
.setDescription(
19
19
'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.'
20
20
)
21
-
.addFields(
22
-
{name: 'You can join them from below!',value: 'https://discord.freeside.co.uk'}
0 commit comments