From d079271ef9de0a07103c5aa9d3fee4408815be2b Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Sun, 12 May 2024 23:42:18 +0800 Subject: [PATCH] fix action --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a1d09ac..99e319d 100644 --- a/main.py +++ b/main.py @@ -167,7 +167,7 @@ async def cmd_edit_before_forward(update: Update, context: ContextTypes.DEFAULT_ await update.effective_message.reply_text("Enable edit before forward.") -@send_action +@send_action(ChatAction.TYPING) async def cmd_set_template(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None: reply = update.effective_message.reply_to_message if not reply: