Ultroid v0.5 Updates

Co-authored-by: Amit Sharma <48654350+buddhhu@users.noreply.github.com>
Co-authored-by: Aditya <xditya@ultroid.tech>
Co-authored-by: Kaif <88398455+kaif-00z@users.noreply.github.com>
Co-authored-by: Aditya <me@xditya.me>
Co-authored-by: 1Danish-00 <danish@ultroid.tech>
Co-authored-by: smartman_ru <bblkovo@gmail.com>
This commit is contained in:
Devesh Pal
2022-03-19 19:27:54 +00:00
committed by GitHub
parent f106c48423
commit 90ad5646ff
81 changed files with 1630 additions and 927 deletions

View File

@@ -33,7 +33,7 @@ async def _(e):
await e.eor(get_string("schdl_1"), time=5)
else:
try:
z = await ban_time(e, y)
z = ban_time(e, y)
await e.client.send_message(e.chat_id, k, schedule=z)
await e.eor(get_string("schdl_1"), time=5)
except BaseException:
@@ -46,7 +46,7 @@ async def _(e):
await e.eor(get_string("schdl_1"), time=5)
else:
try:
z = await ban_time(e, x)
z = ban_time(e, x)
await e.client.send_message(e.chat_id, xx, schedule=z)
await e.eor(get_string("schdl_1"), time=5)
except BaseException: