We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ee0d0 commit 9de5f15Copy full SHA for 9de5f15
main.py
@@ -338,9 +338,7 @@ def comment_cmd(update, context):
338
339
def cancel_cmd(update, context):
340
user_id = update.effective_user.id
341
- message_id = update.effective_message.message_id
342
- callback_query_id = update.callback_query.id
343
- chat_id = update.effective_chat.id
+ cbq = update.callback_query
344
345
state_handler = StateHandler.get_instance()
346
user = state_handler.get_user(user_id)
0 commit comments