Update index.ts
Browse files
index.ts
CHANGED
@@ -24,7 +24,7 @@ const clients: Client[] = [];
|
|
24 |
const queues = new Map<string, MusicQueue>(); // Quản lý hàng đợi nhạc theo guildId
|
25 |
|
26 |
config.tokens.forEach((token: string, index: number) => {
|
27 |
-
const proxy = '
|
28 |
const agent = new HttpsProxyAgent(proxy);
|
29 |
|
30 |
const client = new Client({
|
|
|
24 |
const queues = new Map<string, MusicQueue>(); // Quản lý hàng đợi nhạc theo guildId
|
25 |
|
26 |
config.tokens.forEach((token: string, index: number) => {
|
27 |
+
const proxy = 'socks5://admin1:thanhtai123@74.81.54.129:80'; // Thay bằng thông tin proxy của bạn
|
28 |
const agent = new HttpsProxyAgent(proxy);
|
29 |
|
30 |
const client = new Client({
|