@ -48,8 +48,8 @@ def main():
twitch_logger.info('Exception', exc_info=e)
async def run_discord_client():
discord_client = DiscordClient(config, discord_logger, commands)
while True:
try:
await discord_client.start_()
except Exception as e: