Disable the timer
All checks were successful
Build and Publish / build_and_publish (push) Successful in 1m21s

This commit is contained in:
Nexus 2024-07-05 00:22:17 +01:00
parent 0071ea19ac
commit 54c49727dc

View file

@ -53,7 +53,7 @@ class ElectionCog(commands.Cog):
self.bot: commands.Bot = bot
self.log = logging.getLogger("jimmy.cogs.election")
self.countdown_message = None
self.check_election.start()
# self.check_election.start()
def cog_unload(self) -> None:
self.check_election.cancel()