[check] some fixes

This commit is contained in:
levina 2022-02-21 22:02:22 +07:00 committed by GitHub
parent 073aaa0899
commit cfadb7ca2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ async def stop_group_call(c: Client, m: Message):
msg = await c.send_message(chat_id, "`stopping...`")
if not (
group_call := (
await get_calls(m, err_msg)
await get_calls(m, err_msg="group call not active")
)
):
await msg.edit_text("❌ The group call already ended")