Log en français

This commit is contained in:
skylanix
2025-08-22 13:34:49 +02:00
committed by skylanix
parent f772f3cace
commit 07719923b3
4 changed files with 9 additions and 9 deletions

View File

@@ -44,9 +44,9 @@ class TwitchBot() :
self.chat.register_command('hello', _helloCommand)
self.chat.start()
except Exception as e:
logging.error(f'twitch auth error, check your ids and restart after correction {e}')
logging.error(f'Échec de l\'authentification Twitch. Vérifiez vos identifiants et redémarrez après correction : {e}')
else:
logging.info("Twitch is not configured")
logging.info("Twitch n'est pas configuré")
def begin(self):
asyncio.run(self._connect())