From 10e93fb8b78a4ad4cc5971b51d8adeaf23b3fb0c Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Sun, 27 Feb 2022 21:56:33 +0700 Subject: [PATCH] [check] some check --- program/essentials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/essentials.py b/program/essentials.py index c55f0b5..6484f88 100644 --- a/program/essentials.py +++ b/program/essentials.py @@ -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, )