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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user