message plus explicite

This commit is contained in:
Kepka Ludovic
2025-08-22 07:28:14 +02:00
committed by skylanix
parent 464180e148
commit f772f3cace

View File

@@ -44,7 +44,7 @@ class TwitchBot() :
self.chat.register_command('hello', _helloCommand)
self.chat.start()
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:
logging.info("Twitch is not configured")