-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.js
31 lines (24 loc) · 956 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
const { Client, Collection, GatewayIntentBits } = require("discord.js");
const fetch = require('node-fetch');
const client = new Client({intents: 3276799, ws: { properties: { browser: "Discord iOS" }}});
module.exports = client;
// Global Variables
client.commandsFiles = new Collection();
client.THUMB = "https://cdn.discordapp.com/emojis/823254034654822401.png";
// Initializing the project
require("./handler")(client);
client.login(process.env.TOKEN);
const b1_1138 = new Client({ intents: 0 });
const b3_10 = new Client({ intents: 0 });
const b3_1204 = new Client({ intents: 0 });
const b3_21 = new Client({ intents: 0 });
const b3_888 = new Client({ intents: 0 });
const ex7 = new Client({ intents: 0 });
const ex8 = new Client({ intents: 0 });
b1_1138.login(process.env.A);
b3_10.login(process.env.B);
b3_1204.login(process.env.C);
b3_21.login(process.env.D);
b3_888.login(process.env.E);
ex7.login(process.env.F);
ex8.login(process.env.G);