[check] some check

This commit is contained in:
levina 2022-02-27 21:56:33 +07:00 committed by GitHub
parent b7b6068d34
commit 10e93fb8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,6 +195,6 @@ async def active_group_calls(c: Client, message: Message):
await message.reply_text("❌ no active group calls")
else:
await message.reply_text(
f"✏️ **Running Group Call List:**\n\n{text}\n\n❖ This is the list of all current active group call in my database.",
f"✏️ **Running Group Call List:**\n\n{text}\n❖ This is the list of all current active group call in my database.",
disable_web_page_preview=True,
)