none
This commit is contained in:
parent
3794ad907c
commit
d14e6fbf61
@ -91,7 +91,7 @@ async def stop(client, m: Message):
|
|||||||
)
|
)
|
||||||
@authorized_users_only
|
@authorized_users_only
|
||||||
async def pause(client, m: Message):
|
async def pause(client, m: Message):
|
||||||
chat_id = m.chat.id
|
chat_id = m.chat.id
|
||||||
if chat_id in QUEUE:
|
if chat_id in QUEUE:
|
||||||
try:
|
try:
|
||||||
await call_py.pause_stream(chat_id)
|
await call_py.pause_stream(chat_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user