mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-04-29 16:57:09 +08:00
fix: typo for yi
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
529a5de0ff
commit
d5d52b736b
@ -84,7 +84,7 @@ def yi_handler(message: Message, bot: TeleBot) -> None:
|
|||||||
return
|
return
|
||||||
|
|
||||||
# reply back as Markdown and fallback to plain text if failed.
|
# 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):
|
def _image_to_data_uri(file_path):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user