Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
1320006
1
Parent(s):
085077d
added animation
Browse files- Powers/plugins/start.py +3 -2
Powers/plugins/start.py
CHANGED
@@ -180,8 +180,9 @@ async def help_menu(_, m: Message):
|
|
180 |
|
181 |
)
|
182 |
else:
|
183 |
-
await m.
|
184 |
-
|
|
|
185 |
reply_markup=ikb(
|
186 |
[
|
187 |
[
|
|
|
180 |
|
181 |
)
|
182 |
else:
|
183 |
+
await m.reply_animation(
|
184 |
+
animation="https://media.giphy.com/media/p1ocgMPg7WIpoxHUfc/giphy.gif",
|
185 |
+
caption=f"Press the button below to get help for <i>{help_option}</i>",
|
186 |
reply_markup=ikb(
|
187 |
[
|
188 |
[
|