randydev commited on
Commit
9c9b90b
·
verified ·
1 Parent(s): 4489883

Update chatbot/plugins/chat.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/chat.py +1 -0
chatbot/plugins/chat.py CHANGED
@@ -1324,6 +1324,7 @@ async def chatbot_talk(client: Client, message: Message):
1324
  )
1325
  ]])
1326
  )
 
1327
 
1328
  if query_base in DISABLED_COMMANDS:
1329
  await client.send_chat_action(message.chat.id, enums.ChatAction.CANCEL)
 
1324
  )
1325
  ]])
1326
  )
1327
+ return
1328
 
1329
  if query_base in DISABLED_COMMANDS:
1330
  await client.send_chat_action(message.chat.id, enums.ChatAction.CANCEL)