none
This commit is contained in:
parent
1aa27f0c70
commit
acada3c69f
@ -78,7 +78,7 @@ async def vplay(c: Client, m: Message):
|
|||||||
a = await c.get_chat_member(chat_id, aing.id)
|
a = await c.get_chat_member(chat_id, aing.id)
|
||||||
if a.status != "administrator":
|
if a.status != "administrator":
|
||||||
await m.reply_text(
|
await m.reply_text(
|
||||||
f"💡 To use me, I need to be an **Administrator** with the following **permissions**:\n\n» ❌ __Delete messages__\n» ❌ __Add users__\n» ❌ __Add new Admins__\n» ❌ __Manage video chat__\n\nData is **updated** automatically after you **promote me**"
|
f"💡 To use me, I need to be an **Administrator** with the following **permissions**:\n\n» ❌ __Delete messages__\n» ❌ __Invite users__\n» ❌ __Manage video chat__\n\nOnce done, type /reload"
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
if not a.can_manage_voice_chats:
|
if not a.can_manage_voice_chats:
|
||||||
@ -327,7 +327,7 @@ async def vstream(c: Client, m: Message):
|
|||||||
a = await c.get_chat_member(chat_id, aing.id)
|
a = await c.get_chat_member(chat_id, aing.id)
|
||||||
if a.status != "administrator":
|
if a.status != "administrator":
|
||||||
await m.reply_text(
|
await m.reply_text(
|
||||||
f"💡 To use me, I need to be an **Administrator** with the following **permissions**:\n\n» ❌ __Delete messages__\n» ❌ __Add users__\n» ❌ __Manage video chat__\n\nData is **updated** automatically after you **promote me**"
|
f"💡 To use me, I need to be an **Administrator** with the following **permissions**:\n\n» ❌ __Delete messages__\n» ❌ __Invite users__\n» ❌ __Manage video chat__\n\nOnce done, type /reload"
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
if not a.can_manage_voice_chats:
|
if not a.can_manage_voice_chats:
|
||||||
|
Loading…
Reference in New Issue
Block a user