mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
fix action
This commit is contained in:
@@ -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.")
|
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:
|
async def cmd_set_template(update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
|
||||||
reply = update.effective_message.reply_to_message
|
reply = update.effective_message.reply_to_message
|
||||||
if not reply:
|
if not reply:
|
||||||
|
|||||||
Reference in New Issue
Block a user