From d5d52b736b4be2c32f875b939ebd5fec886f19e8 Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Tue, 2 Apr 2024 21:26:46 +0800 Subject: [PATCH] fix: typo for yi Signed-off-by: yihong0618 --- handlers/yi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/yi.py b/handlers/yi.py index b22b570..68c8d20 100644 --- a/handlers/yi.py +++ b/handlers/yi.py @@ -84,7 +84,7 @@ def yi_handler(message: Message, bot: TeleBot) -> None: return # reply back as Markdown and fallback to plain text if failed. - bot_reply_markdown(replay_id, "Yi", yi_reply_text, bot) + bot_reply_markdown(reply_id, "Yi", yi_reply_text, bot) def _image_to_data_uri(file_path):