Skip to content

Commit

Permalink
Merge pull request #224 from Noob-mukesh/patch-3
Browse files Browse the repository at this point in the history
Update stickers.py
  • Loading branch information
iamgojoof6eyes authored Jan 2, 2025
2 parents e3fb988 + 12518c0 commit 896f635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Powers/plugins/stickers.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ async def get_sticker_from_file(c: Gojo, m: Message):
if repl.sticker:
if repl.sticker.is_animated:
upp = await repl.download()
up = tgs_to_gif(upp, True)
up = await tgs_to_gif(upp, True)
await x.delete()
await m.reply_animation(up, caption=Caption)
elif repl.sticker.is_video:
Expand Down

0 comments on commit 896f635

Please sign in to comment.