From 08301affaf6c174a7d5659a5bfa5d962a189caad Mon Sep 17 00:00:00 2001 From: Itskokoinio <117027356+Itskokoinio@users.noreply.github.com> Date: Sun, 30 Oct 2022 20:15:08 +0200 Subject: [PATCH] Update VC.py --- VC.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VC.py b/VC.py index c0ec823..258fac3 100644 --- a/VC.py +++ b/VC.py @@ -4,8 +4,8 @@ from websocket import WebSocket from concurrent.futures import ThreadPoolExecutor -guild_id = input("Guild ID: ") -chid = input("Channel ID: ") +guild_id = input("Guild ID: "1027959688723173456) +chid = input("Channel ID: "1028254497472004157) tokenlist = open("tokens.txt").read().splitlines() executor = ThreadPoolExecutor(max_workers=int(1000000)) mute = False