Skip to content

Commit 4c5dc72

Browse files
Improvements
1 parent 7d09434 commit 4c5dc72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cogs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ def setup(bot: "TeXBot") -> None:
117117
MakeApplicantContextCommandsCog,
118118
MakeApplicantSlashCommandCog,
119119
MakeMemberCommandCog,
120+
MakeMemberModalCommandCog,
120121
ManualModerationCog,
121122
MemberCountCommandCog,
122-
MakeMemberModalCommandCog,
123123
PingCommandCog,
124124
RemindMeCommandCog,
125125
SendGetRolesRemindersTaskCog,

cogs/make_member.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ async def verify_new_member_button_callback( # type: ignore[misc]
311311

312312

313313
class MakeMemberModalCommandCog(MakeMemberBaseCog):
314-
"""Cog class that defines the "/make-member-modal" command and its call-back method."""
314+
"""Cog class that defines the "/send-make-member-modal" command and its call-back method."""
315315

316316
@TeXBotBaseCog.listener()
317317
async def on_ready(self) -> None:

0 commit comments

Comments
 (0)