Skip to content

Commit

Permalink
Revert "Add deferral and member_count command" (#417)
Browse files Browse the repository at this point in the history
Revert "Add deferral to `makemember` and add member_count command (#412)"

This reverts commit 64040a0.
  • Loading branch information
CarrotManMatt authored Feb 13, 2025
1 parent 64040a0 commit e28e821
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 218 deletions.
4 changes: 1 addition & 3 deletions 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, MemberCountCommandCog
from .make_member import MakeMemberCommandCog
from .ping import PingCommandCog
from .remind_me import ClearRemindersBacklogTaskCog, RemindMeCommandCog
from .send_get_roles_reminders import SendGetRolesRemindersTaskCog
Expand Down Expand Up @@ -66,7 +66,6 @@
"MakeApplicantSlashCommandCog",
"MakeMemberCommandCog",
"ManualModerationCog",
"MemberCountCommandCog",
"PingCommandCog",
"RemindMeCommandCog",
"SendGetRolesRemindersTaskCog",
Expand Down Expand Up @@ -104,7 +103,6 @@ def setup(bot: "TeXBot") -> None:
MakeApplicantSlashCommandCog,
MakeMemberCommandCog,
ManualModerationCog,
MemberCountCommandCog,
PingCommandCog,
RemindMeCommandCog,
SendGetRolesRemindersTaskCog,
Expand Down
Loading

0 comments on commit e28e821

Please sign in to comment.