From 061ad0b76f3dc7750829aac4db865546ade20d41 Mon Sep 17 00:00:00 2001 From: "15219900+Ninjagod1251@users.noreply.github.com" <15219900+Ninjagod1251@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:23:18 -0700 Subject: [PATCH] fix: we want args --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 3137250..1346d97 100644 --- a/bot.py +++ b/bot.py @@ -231,6 +231,7 @@ def handle_message(update: Update, context: CallbackContext) -> None: update.message.reply_text(error_message) print(error_message) + print(context.args[0])