Skip to content

Commit

Permalink
Add deferral to makemember and add member_count command (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyTheHacker authored Feb 12, 2025
1 parent 2bad530 commit 64040a0
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 141 deletions.
4 changes: 3 additions & 1 deletion cogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)
from .kill import KillCommandCog
from .make_applicant import MakeApplicantContextCommandsCog, MakeApplicantSlashCommandCog
from .make_member import MakeMemberCommandCog
from .make_member import MakeMemberCommandCog, MemberCountCommandCog
from .ping import PingCommandCog
from .remind_me import ClearRemindersBacklogTaskCog, RemindMeCommandCog
from .send_get_roles_reminders import SendGetRolesRemindersTaskCog
Expand Down Expand Up @@ -66,6 +66,7 @@
"MakeApplicantSlashCommandCog",
"MakeMemberCommandCog",
"ManualModerationCog",
"MemberCountCommandCog",
"PingCommandCog",
"RemindMeCommandCog",
"SendGetRolesRemindersTaskCog",
Expand Down Expand Up @@ -103,6 +104,7 @@ def setup(bot: "TeXBot") -> None:
MakeApplicantSlashCommandCog,
MakeMemberCommandCog,
ManualModerationCog,
MemberCountCommandCog,
PingCommandCog,
RemindMeCommandCog,
SendGetRolesRemindersTaskCog,
Expand Down
Loading

0 comments on commit 64040a0

Please sign in to comment.