Skip to content

Commit ab047f6

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 9dfb45b commit ab047f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cogs/make_member.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ async def callback(self, interaction: discord.Interaction) -> None:
267267

268268
if await is_id_a_community_group_member(member_id=student_id):
269269
await MakeMemberModalCommandCog.give_member_role(
270-
self=MakeMemberModalCommandCog(bot=interaction.client), interaction=interaction # type: ignore[arg-type]
270+
self=MakeMemberModalCommandCog(bot=interaction.client),
271+
interaction=interaction, # type: ignore[arg-type]
271272
)
272273
await interaction.response.send_message(content="Action complete.")
273274
return

0 commit comments

Comments
 (0)