randydev commited on
Commit
b104cee
·
verified ·
1 Parent(s): 329ff4a

Update chatbot/plugins/chat.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/chat.py +1 -1
chatbot/plugins/chat.py CHANGED
@@ -688,7 +688,7 @@ def anonymous_user(user_id: int = None):
688
 
689
  @Client.on_callback_query(filters.regex("^response_(\d+)_(\w+)$"))
690
  async def response_call(client, callback):
691
- user_id, chat = int(callback.matches[0].groups()
692
  keyboard = InlineKeyboardMarkup(
693
  [
694
  [
 
688
 
689
  @Client.on_callback_query(filters.regex("^response_(\d+)_(\w+)$"))
690
  async def response_call(client, callback):
691
+ user_id, chat = callback.matches[0].groups()
692
  keyboard = InlineKeyboardMarkup(
693
  [
694
  [