man balls man balls man balls 2

This commit is contained in:
Owl 2025-05-11 04:28:12 +07:00
parent aa09fef729
commit 8bd07cef52

2
bot.py
View file

@ -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))