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, )