This commit is contained in:
levina 2021-09-17 05:11:05 +07:00 committed by GitHub
parent 7933692904
commit 95568188eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,3 @@ async def start_vc(client, message):
)
)
await message.reply("✅ **video chat started !**")
except Exception:
await message.reply(
"💡 **I need to be an administrator with the permission:\n\n» ❌ __Can manage voice chat__"
)