Fix channel heating

This commit is contained in:
AlberLC
2022-08-14 22:50:57 +02:00
parent 65970b78e5
commit 613a16327c

View File

@@ -48,7 +48,7 @@ class FlanaDiscBot(DiscordBot, FlanaBot):
def __init__(self):
super().__init__(os.environ['DISCORD_BOT_TOKEN'])
self.heating = False
self.heat_level: float = 10
self.heat_level: float = 0
# ----------------------------------------------------------- #
# -------------------- PROTECTED METHODS -------------------- #