mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
@@ -210,6 +210,8 @@ class MessagesProc:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error("Failed to get completion: {}", e, exc_info=True)
|
logger.error("Failed to get completion: {}", e, exc_info=True)
|
||||||
|
|
||||||
|
raise e
|
||||||
|
|
||||||
await twitch.send_chat_message(
|
await twitch.send_chat_message(
|
||||||
event.broadcaster_user_id,
|
event.broadcaster_user_id,
|
||||||
config.TWITCH_ADMIN_USER_ID,
|
config.TWITCH_ADMIN_USER_ID,
|
||||||
|
|||||||
Reference in New Issue
Block a user