diff --git a/bot/userbotjoin.py b/bot/userbotjoin.py index 2e3634d..3d89055 100644 --- a/bot/userbotjoin.py +++ b/bot/userbotjoin.py @@ -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__" - )