mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-15 04:30:37 +01:00
message plus explicite
This commit is contained in:
@@ -44,7 +44,7 @@ class TwitchBot() :
|
|||||||
self.chat.register_command('hello', _helloCommand)
|
self.chat.register_command('hello', _helloCommand)
|
||||||
self.chat.start()
|
self.chat.start()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.error(f'twitch auth error {e}')
|
logging.error(f'twitch auth error, check your ids and restart after correction {e}')
|
||||||
else:
|
else:
|
||||||
logging.info("Twitch is not configured")
|
logging.info("Twitch is not configured")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user