Spaces:
Paused
Paused
ɴᴏᴏʙ - ᴍᴜᴋᴇsʜ
commited on
Commit
·
2511529
1
Parent(s):
2beaec5
Update stickers.py
Browse files
Powers/plugins/stickers.py
CHANGED
|
@@ -331,7 +331,7 @@ async def get_sticker_from_file(c: Gojo, m: Message):
|
|
| 331 |
if repl.sticker:
|
| 332 |
if repl.sticker.is_animated:
|
| 333 |
upp = await repl.download()
|
| 334 |
-
up = tgs_to_gif(upp, True)
|
| 335 |
await x.delete()
|
| 336 |
await m.reply_animation(up, caption=Caption)
|
| 337 |
elif repl.sticker.is_video:
|
|
|
|
| 331 |
if repl.sticker:
|
| 332 |
if repl.sticker.is_animated:
|
| 333 |
upp = await repl.download()
|
| 334 |
+
up = await tgs_to_gif(upp, True)
|
| 335 |
await x.delete()
|
| 336 |
await m.reply_animation(up, caption=Caption)
|
| 337 |
elif repl.sticker.is_video:
|