Update chatbot/plugins/chat.py
Browse files- 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"])
|