Ultroid - v0.0.4

ChangeLog - https://t.me/TheUltroid/26
This commit is contained in:
Aditya
2021-03-13 17:26:44 +05:30
committed by GitHub
parent a104e40539
commit cb317c5a72
56 changed files with 2800 additions and 631 deletions

View File

@@ -402,7 +402,7 @@ async def ultdestroy(event):
ult.media and ult.media.document and "tgsticker" in ult.media.document.mime_type
):
return await eor(event, "`Reply to Animated Sticker only`")
roid = await event.client.download_media(ult, "ultroid.tgs")
await event.client.download_media(ult, "ultroid.tgs")
xx = await eor(event, "`Processing...`")
os.system("lottie_convert.py ultroid.tgs json.json")
json = open("json.json", "r")