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