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.",