randydev commited on
Commit
cc11cfe
·
verified ·
1 Parent(s): 86678a4

Update chatbot/plugins/chat.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/chat.py +1 -0
chatbot/plugins/chat.py CHANGED
@@ -331,6 +331,7 @@ async def startbot(client: Client, message: Message):
331
  await message.reply_text(
332
  text=GEMINI_START_TEXT.format(name=message.from_user.mention),
333
  disable_web_page_preview=True,
 
334
  reply_markup=InlineKeyboardMarkup(buttons)
335
  )
336
 
 
331
  await message.reply_text(
332
  text=GEMINI_START_TEXT.format(name=message.from_user.mention),
333
  disable_web_page_preview=True,
334
+ effect_id=5104841245755180586,
335
  reply_markup=InlineKeyboardMarkup(buttons)
336
  )
337