From e433aa353821ff851d86f58f92b86809754dc6c5 Mon Sep 17 00:00:00 2001 From: awayatan Date: Sun, 26 Jul 2026 23:50:36 +0900 Subject: [PATCH] Fix unterminated quote on the last line of phrases.yaml Missing closing " made yaml.v3 read to EOF looking for the string's end, crash-looping the bot on startup with "found unexpected end of stream". Co-Authored-By: Claude Sonnet 5 --- phrases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phrases.yaml b/phrases.yaml index 291519f..1ccb3eb 100644 --- a/phrases.yaml +++ b/phrases.yaml @@ -497,4 +497,4 @@ phrases: - "F.C.O.H." - "○○である可能性が微粒子レベルで存在している…?" - "○○はホモ" - - "^~↑^~↓^~↑ + - "^~↑^~↓^~↑"