Ultroid v0.2.1 [Fixes]

Co-authored-by: Devesh Pal <New-dev0@users.noreply.github.com>
Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com>
Co-authored-by: M̲αραт <marat2509@users.noreply.github.com>
This commit is contained in:
1Danish-00
2021-10-11 23:45:55 +05:30
parent 6f44b386aa
commit 83ce616dab
13 changed files with 45 additions and 46 deletions

View File

@@ -35,19 +35,8 @@ except ImportError:
from PIL import Image
from telegraph import upload_file as uf
from telethon.tl.types import MessageMediaPhoto as photu
from . import (
bash,
downloader,
eod,
eor,
get_paste,
get_string,
udB,
ultroid_cmd,
uploader,
)
from . import bash, downloader, eor, get_paste, get_string, udB, ultroid_cmd, uploader
opn = []
@@ -57,11 +46,7 @@ opn = []
)
async def _(e):
r = await e.get_reply_message()
if not (r or r.file):
return await eod(e, get_string("cvt_4"))
if not r.file.media.thumbs:
return await eod(e, get_string("cvt_5"))
if isinstance(r.media, photu):
if r.photo:
dl = await r.download_media()
elif r.document and r.document.thumbs:
dl = await r.download_media(thumb=-1)