From 8bd07cef525b8e04ff3d70d7504cafab48c31920 Mon Sep 17 00:00:00 2001 From: owl Date: Sun, 11 May 2025 04:28:12 +0700 Subject: [PATCH] man balls man balls man balls 2 --- bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.py b/bot.py index 9e3613a..4424224 100644 --- a/bot.py +++ b/bot.py @@ -37,6 +37,8 @@ async def handle_text(update: Update, context: ContextTypes.DEFAULT_TYPE): bio.name = "output.txt" # must set filename await update.message.reply_document(document=InputFile(bio)) + return + if update.message.text.startswith("decode"): text = update.message.text.replace("decode", "") await context.bot.send_message(chat_id=update.effective_chat.id, text=decode_text(text))