ɴᴏᴏʙ - ᴍᴜᴋᴇsʜ commited on
Commit
c2e442e
·
1 Parent(s): 2cfc615

Update stickers.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/stickers.py +1 -1
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: