REF: Updated the twich module to hopefully fix alerts

This commit is contained in:
Dan
2024-07-03 11:43:28 -04:00
parent b0ed598cb2
commit ed69bcf300
2 changed files with 15 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ class Selena(discord.Client):
from modules.social.twitch import Twitch
twitch = Twitch(self)
twitch.setup(self.tree)
self.twitch_module = twitch
logging.info("Twitch module loaded")
if config['modules']['update']['enabled']: