Skip to content

Commit e9c5df0

Browse files
fucking mypy go away
Signed-off-by: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com>
1 parent ab047f6 commit e9c5df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cogs/make_member.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +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),
271-
interaction=interaction, # type: ignore[arg-type]
270+
self=MakeMemberModalCommandCog(bot=interaction.client), # type: ignore[arg-type]
271+
interaction=interaction,
272272
)
273273
await interaction.response.send_message(content="Action complete.")
274274
return

0 commit comments

Comments
 (0)