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
Explain the membership process when no UW ID is passed in .member (#504)
* Modified .member to have uwid optional, and added membership explanation when no uwid is passed
* Changed no UW ID embed to blue, updated no UW ID description and reorganized the descriptions
---------
Co-authored-by: Di Nguyen <[email protected]>
constEXPLAIN_MEMBERSHIP=`Oops! You didn't provide a UW ID.
28
+
29
+
Please provide a UW ID to check if you are a CSC member.
30
+
31
+
If you are not, are you interested in being one?
32
+
33
+
Being a CSC member comes with gaining access to CSC machines, cloud, email, web hosting, and more! Additional details can be found here! https://csclub.uwaterloo.ca/resources/services/
34
+
35
+
To sign up, you can follow the instructions here! https://csclub.uwaterloo.ca/get-involved/`;
36
+
constIS_MEMBER_DESCRIPTION=`You're a CSC member! Hooray! ${getEmojiByName('codey_love')}`;
37
+
constNOT_MEMBER_DESCRIPTION=`You're not a CSC member! ${getEmojiByName('codey_sad')}
38
+
39
+
Being a CSC member comes with gaining access to CSC machines, cloud, email, web hosting, and more! Additional details can be found here! https://csclub.uwaterloo.ca/resources/services/
40
+
41
+
To sign up, you can follow the instructions here! https://csclub.uwaterloo.ca/get-involved/`;
.setDescription(`You're a CSC member! Hooray! ${getEmojiByName('codey_love')}`);
54
+
.setDescription(IS_MEMBER_DESCRIPTION);
42
55
}
43
56
44
-
constNOT_MEMBER_DESCRIPTION=`You're not a CSC member! ${getEmojiByName('codey_sad')}
45
-
46
-
Being a CSC member comes with gaining access to CSC machines, cloud, email, web hosting, and more! Additional details can be found here! https://csclub.uwaterloo.ca/resources/services/
47
-
48
-
To sign up, you can follow the instructions here! https://csclub.uwaterloo.ca/get-involved/`;
0 commit comments