Captain D. Ezio commited on
Commit
117874e
·
2 Parent(s): f4fa14d c2e442e

Merge pull request #224 from Noob-mukesh/patch-3

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: