From 416331303d3bbcc7c120c9a4179c2e808a10e1e2 Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Wed, 14 Aug 2024 01:14:01 +0800 Subject: [PATCH] fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 016609c..bfa7594 100644 --- a/main.py +++ b/main.py @@ -204,7 +204,7 @@ async def cmd_set_template(update: Update, context: CustomContext) -> None: @send_action(ChatAction.TYPING) async def cmd_user_dict(update: Update, context: CustomContext) -> None: - await update.effective_message.reply_text(html.escape(str(context.chat_data)) + await update.effective_message.reply_text(html.escape(str(context.chat_data))) async def post_init(application: Application) -> None: