From 82e3b9c8d3e916579d41ab4efc22ddf0fd81cecc Mon Sep 17 00:00:00 2001 From: rhliang Date: Sun, 8 Jan 2023 13:43:13 -0800 Subject: [PATCH] Disable FYI cleanup loop. --- bot/raid_fyi_cog.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/raid_fyi_cog.py b/bot/raid_fyi_cog.py index 2433b5f..f6557fd 100644 --- a/bot/raid_fyi_cog.py +++ b/bot/raid_fyi_cog.py @@ -58,10 +58,10 @@ def __init__( minutes=clean_up_minutes, seconds=clean_up_seconds ) - self.clean_up_fyis_loop.start() + # self.clean_up_fyis_loop.start() - def cog_unload(self): - self.clean_up_fyis_loop.cancel() + # def cog_unload(self): + # self.clean_up_fyis_loop.cancel() @command( help="Configure raid FYI functionality.",