This commit is contained in:
2025-02-18 23:52:36 +01:00
parent a6a10d9110
commit bf43ffa8a3

View File

@@ -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,