mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-14 04:00:38 +01:00
Log en français
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user