File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ async def perform_make_member(
8585 False ,
8686 ":information_source: No changes made. "
8787 "You're already a member - why are you trying this again? "
88- ":information_source:"
88+ ":information_source:" ,
8989 )
9090
9191 if await GroupMadeMember .objects .filter (
@@ -97,7 +97,7 @@ async def perform_make_member(
9797 False ,
9898 ":information_source: This student ID has already been used. "
9999 "Please contact a committee member if you think this is a mistake."
100- " :information_source:"
100+ " :information_source:" ,
101101 )
102102
103103 if not await is_id_a_community_group_member (member_id = group_member_id ):
@@ -107,7 +107,7 @@ async def perform_make_member(
107107 "to use this command.\n "
108108 f"The provided { _GROUP_MEMBER_ID_ARGUMENT_NAME } must match "
109109 f"the { self .bot .group_member_id_type } ID "
110- f"that you purchased your { self .bot .group_short_name } membership with."
110+ f"that you purchased your { self .bot .group_short_name } membership with." ,
111111 )
112112
113113 await discord_member .add_roles (
You can’t perform that action at this time.
0 commit comments