Twan07 commited on
Commit
7189623
·
verified ·
1 Parent(s): f59066a

Update index.ts

Browse files
Files changed (1) hide show
  1. index.ts +1 -1
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 = 'http://103.82.36.237:8888'; // Thay bằng thông tin proxy của bạn
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({