Skip to content

Commit 4df41f9

Browse files
[autofix.ci] apply automated fixes
1 parent 241a5bc commit 4df41f9

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

cogs/make_member.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,13 @@ async def _perform_make_member(
8181
return False, INVALID_GROUP_MEMBER_ID_MESSAGE
8282

8383
if member_role in discord_member.roles:
84-
return (False, (
85-
":information_source: No changes made. "
86-
"You're already a member - why are you trying this again? :information_source:"
87-
))
84+
return (
85+
False,
86+
(
87+
":information_source: No changes made. "
88+
"You're already a member - why are you trying this again? :information_source:"
89+
),
90+
)
8891

8992
if await GroupMadeMember.objects.filter(
9093
hashed_group_member_id=GroupMadeMember.hash_group_member_id(

0 commit comments

Comments
 (0)