From f9af7d29c9235ed87f25e849d8be03c08b7fbdb7 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 17 Sep 2021 05:14:44 +0700 Subject: [PATCH] unused --- bot/userbotjoin.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/bot/userbotjoin.py b/bot/userbotjoin.py index 3d89055..7fc8e67 100644 --- a/bot/userbotjoin.py +++ b/bot/userbotjoin.py @@ -78,15 +78,3 @@ async def outall(client, message): await lol.edit(f"šŸ” assistant leaving...\nā³ Left: {left} chats.\n\nāŒ Failed: {failed} chats.") await asyncio.sleep(0.7) await client.send_message(message.chat.id, f"āœ… Left {left} chats.\n\nāŒ Failed {failed} chats.") - - -@Client.on_message(command(["startvc", f"startvc@{Veez.BOT_USERNAME}"])) -async def start_vc(client, message): - chat_id = message.chat.id - try: - await USER.send(CreateGroupCall( - peer=(await USER.resolve_peer(chat_id)), - random_id=randint(10000, 999999999) - ) - ) - await message.reply("āœ… **video chat started !**")