randydev commited on
Commit
b69172b
Β·
verified Β·
1 Parent(s): d477ab1

Update chatbot/plugins/chat.py

Browse files
Files changed (1) hide show
  1. 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",