Fix channel heating
This commit is contained in:
@@ -48,7 +48,7 @@ class FlanaDiscBot(DiscordBot, FlanaBot):
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(os.environ['DISCORD_BOT_TOKEN'])
|
super().__init__(os.environ['DISCORD_BOT_TOKEN'])
|
||||||
self.heating = False
|
self.heating = False
|
||||||
self.heat_level: float = 10
|
self.heat_level: float = 0
|
||||||
|
|
||||||
# ----------------------------------------------------------- #
|
# ----------------------------------------------------------- #
|
||||||
# -------------------- PROTECTED METHODS -------------------- #
|
# -------------------- PROTECTED METHODS -------------------- #
|
||||||
|
|||||||
Reference in New Issue
Block a user