Skip to content

Commit 3427783

Browse files
[autofix.ci] apply automated fixes
1 parent 2298a4d commit 3427783

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cogs/make_member.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)