[check] some fixes

This commit is contained in:
levina 2022-02-21 21:04:16 +07:00 committed by GitHub
parent cb89458b16
commit 53ee1b109f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ async def get_calls(m: Message, err_msg: str = "") -> Optional[InputGroupCall]:
).full_chat
if full_chat is not None:
return full_chat.call
await message.err(f"❌ no group calls found\n\n» `{err_msg}`")
await c.send_message(m.chat.id, f"❌ no group calls found\n\n» `{err_msg}`")
return False