From 17ae32af4cf2d32912fe037d9857f2b00725b283 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 20 Apr 2022 22:25:20 +0100 Subject: Don't call broken ModPings scheduler This is being fixed in https://github.com/python-discord/bot/pull/2001 --- bot/exts/moderation/modpings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/moderation/modpings.py b/bot/exts/moderation/modpings.py index 4d02c4530..e82099c88 100644 --- a/bot/exts/moderation/modpings.py +++ b/bot/exts/moderation/modpings.py @@ -42,7 +42,7 @@ class ModPings(Cog): async def cog_load(self) -> None: """Schedule both when to reapply role and all mod ping schedules.""" - await self.reschedule_modpings_schedule() + # await self.reschedule_modpings_schedule() await self.reschedule_roles() async def reschedule_roles(self) -> None: -- cgit v1.2.3