randydev commited on
Commit
d402ca6
·
verified ·
1 Parent(s): 24a2cce

Update chatbot/plugins/chat.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/chat.py +0 -1
chatbot/plugins/chat.py CHANGED
@@ -77,7 +77,6 @@ async def startbot(client: Client, message: Message):
77
  reply_markup=InlineKeyboardMarkup(buttons)
78
  )
79
 
80
-
81
  @Client.on_message(
82
  (filters.private | filters.group)
83
  & filters.command(["ask"])
 
77
  reply_markup=InlineKeyboardMarkup(buttons)
78
  )
79
 
 
80
  @Client.on_message(
81
  (filters.private | filters.group)
82
  & filters.command(["ask"])