diff --git a/src/modules/stream_notifications/messages_proc.py b/src/modules/stream_notifications/messages_proc.py index 2d9101f..941caa3 100644 --- a/src/modules/stream_notifications/messages_proc.py +++ b/src/modules/stream_notifications/messages_proc.py @@ -210,6 +210,8 @@ class MessagesProc: except Exception as e: logger.error("Failed to get completion: {}", e, exc_info=True) + raise e + await twitch.send_chat_message( event.broadcaster_user_id, config.TWITCH_ADMIN_USER_ID,