[check] some fixes
This commit is contained in:
parent
53ee1b109f
commit
fce518b1c0
@ -123,7 +123,8 @@ async def stop_group_call(c: Client, m: Message):
|
|||||||
msg = await c.send_message(chat_id, "`stopping...`")
|
msg = await c.send_message(chat_id, "`stopping...`")
|
||||||
if not (
|
if not (
|
||||||
group_call := (
|
group_call := (
|
||||||
await get_calls(m, err_msg=", group call is already ended.")
|
await get_calls(m, err_msg)
|
||||||
|
await msg.edit_text("❌ The group call already ended")
|
||||||
)
|
)
|
||||||
):
|
):
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user