Skip to content

Commit

Permalink
Disable FYI cleanup loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhliang committed Jan 8, 2023
1 parent bad508a commit 82e3b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot/raid_fyi_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 82e3b9c

Please sign in to comment.