man balls man balls man balls 2
This commit is contained in:
parent
aa09fef729
commit
8bd07cef52
1 changed files with 2 additions and 0 deletions
2
bot.py
2
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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue