Skip to content

Commit b3487e5

Browse files
fix some stuff
1 parent 7a12d11 commit b3487e5

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

cogs/make_applicant.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,24 @@ async def _perform_make_applicant(
9393
try:
9494
await applicant_member.send(
9595
content=(
96-
f"Congratulations {applicant_member.mention}, "
97-
"you are now an applicant! "
96+
f"Congratulations {applicant_member.mention}, you've "
97+
"now been allowed access to the CSS Discord server as an applicant! "
9898
"As you are not yet a student at the University, "
99-
"you only have limited access to the server.\n\n"
100-
"If you're already a student, please contact a committee member and "
101-
"we can manually give you access.\n\n"
102-
"If you've already purchased a membership, you can run the "
103-
f"/make-member command, and you will be given full access by "
99+
"you only have limited access to participate in certain channels.\n\n"
100+
"If you are already a student and your induction as an applicant was"
101+
" a mistake, please contact a committee member.\n\n"
102+
"If you have already purchased a membership, you can run the "
103+
"`/makemember` command, and you will be given full access by "
104104
f"{self.bot.user.display_name if self.bot.user else 'TeX-Bot'}.\n\n"
105105
"Some things to do to get started:\n"
106-
f"1. Check out our rules in "
106+
"1. Check out our rules in "
107107
f"{await self.bot.get_mention_string(self.bot.rules_channel)}\n"
108108
"2. Head to "
109109
f"{await self.bot.get_mention_string(self.bot.roles_channel)}"
110110
" and click on the icons to get optional roles like "
111-
"pronouns and year groups\n"
111+
"pronouns and year group\n"
112112
"3. Change your nickname to whatever "
113-
"you wish others to refer to you as."
113+
"you wish others to refer to you as"
114114
),
115115
)
116116
except discord.Forbidden:

0 commit comments

Comments
 (0)