[check] some check
This commit is contained in:
parent
b7b6068d34
commit
10e93fb8b7
@ -195,6 +195,6 @@ async def active_group_calls(c: Client, message: Message):
|
|||||||
await message.reply_text("❌ no active group calls")
|
await message.reply_text("❌ no active group calls")
|
||||||
else:
|
else:
|
||||||
await message.reply_text(
|
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,
|
disable_web_page_preview=True,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user