aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/moderation/modpings.py2
1 files changed, 1 insertions, 1 deletions
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: