Ultroid v0.3 Updates
Co-authored-by: Aditya <xditya@ultroid.tech> Co-authored-by: Danish <danish@ultroid.tech> Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com> Co-authored-by: TechiError <error@notavailable.live> Co-authored-by: Avish Kumar <85635883+aviskumar@users.noreply.github.com> Co-authored-by: Vɪɴᴀʏᴀᴋ Pᴀɴᴅᴇʏ <87496159+harpia-vieillot@users.noreply.github.com> Co-authored-by: Shrimadhav U K <6317196+spechide@users.noreply.github.com> Co-authored-by: Dark <darkbeamer.official@gmail.com> Co-authored-by: Muhamad Risman Aziz <62795826+mrismanaziz@users.noreply.github.com> Co-authored-by: Ashik Muhammed <84127769+MR-JINN-OF-TG@users.noreply.github.com> Co-authored-by: MMETMA <79155572+MMETMA@users.noreply.github.com> Co-authored-by: amirmehdinzri <94852182+amirmehdinzri@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Ultroid - UserBot
|
||||
# Copyright (C) 2021 TeamUltroid
|
||||
# Copyright (C) 2021-2022 TeamUltroid
|
||||
#
|
||||
# This file is a part of < https://github.com/TeamUltroid/Ultroid/ >
|
||||
# PLease read the GNU Affero General Public License in
|
||||
@@ -31,7 +31,6 @@ from telethon.tl.types import DocumentAttributeVideo
|
||||
from . import (
|
||||
bash,
|
||||
downloader,
|
||||
eor,
|
||||
get_string,
|
||||
humanbytes,
|
||||
math,
|
||||
@@ -64,7 +63,7 @@ async def _(e):
|
||||
name = ""
|
||||
if not name:
|
||||
name = "video_" + dt.now().isoformat("_", "seconds") + ".mp4"
|
||||
xxx = await eor(e, get_string("audiotools_5"))
|
||||
xxx = await e.eor(get_string("audiotools_5"))
|
||||
c_time = time.time()
|
||||
file = await downloader(
|
||||
"resources/downloads/" + name,
|
||||
@@ -182,4 +181,4 @@ async def _(e):
|
||||
os.remove(out)
|
||||
os.remove(progress)
|
||||
else:
|
||||
await eor(e, get_string("audiotools_8"), time=5)
|
||||
await e.eor(get_string("audiotools_8"), time=5)
|
||||
|
||||
Reference in New Issue
Block a user