Update chatbot/plugins/chat.py
Browse files- chatbot/plugins/chat.py +2 -1
chatbot/plugins/chat.py
CHANGED
@@ -330,7 +330,8 @@ async def chatbot_talk(client: Client, message: Message):
|
|
330 |
text="Cancel",
|
331 |
callback_data="cancels"
|
332 |
),
|
333 |
-
],
|
|
|
334 |
if client.me.is_premium:
|
335 |
ai_reply = await message.reply_text(f"{custom_loading}Processing...")
|
336 |
else:
|
|
|
330 |
text="Cancel",
|
331 |
callback_data="cancels"
|
332 |
),
|
333 |
+
],
|
334 |
+
]
|
335 |
if client.me.is_premium:
|
336 |
ai_reply = await message.reply_text(f"{custom_loading}Processing...")
|
337 |
else:
|