mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Fix
This commit is contained in:
@@ -11,4 +11,8 @@ async def syncronize(twitch_id: int):
|
||||
if streamer.integrations.discord is None:
|
||||
return
|
||||
|
||||
try:
|
||||
await syncronize_internal(streamer.twitch, streamer.integrations.discord.guild_id)
|
||||
except Exception as e:
|
||||
activity.logger.error(f"Error during synchronization: {e}")
|
||||
raise e
|
||||
|
||||
Reference in New Issue
Block a user