Update chatbot/plugins/chat.py
Browse files- chatbot/plugins/chat.py +1 -1
chatbot/plugins/chat.py
CHANGED
@@ -861,7 +861,7 @@ async def chatbot_talk(client: Client, message: Message):
|
|
861 |
text="ποΈ FLUX AI Generate Image",
|
862 |
callback_data=f"fluxprompt_{message.from_user.id}"
|
863 |
)
|
864 |
-
]
|
865 |
[
|
866 |
InlineKeyboardButton(
|
867 |
text="β Cancel",
|
|
|
861 |
text="ποΈ FLUX AI Generate Image",
|
862 |
callback_data=f"fluxprompt_{message.from_user.id}"
|
863 |
)
|
864 |
+
],
|
865 |
[
|
866 |
InlineKeyboardButton(
|
867 |
text="β Cancel",
|