Skip to content

Commit

Permalink
Fix message command typo (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyTheHacker committed Jun 14, 2024
1 parent 7c3d7ee commit 6026888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/make_applicant.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ async def user_make_applicant(self, ctx: TeXBotApplicationContext, member: disco
"""
await self._perform_make_applicant(ctx, member)

@discord.MessageCommand(name="Make Message Author Applicant") # type: ignore[misc]
@discord.message_command(name="Make Message Author Applicant") # type: ignore[no-untyped-call, misc]
@CommandChecks.check_interaction_user_has_committee_role
@CommandChecks.check_interaction_user_in_main_guild
async def message_make_applicant(self, ctx: TeXBotApplicationContext, message: discord.Message) -> None: # noqa: E501
Expand Down

0 comments on commit 6026888

Please sign in to comment.