Skip to content

Commit

Permalink
Merge pull request #24 from ApeWorX/contextArg
Browse files Browse the repository at this point in the history
fix: we want args
  • Loading branch information
Ninjagod1251 authored Apr 15, 2024
2 parents f467f2d + 061ad0b commit d8d44c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])



Expand Down

0 comments on commit d8d44c3

Please sign in to comment.