This commit is contained in:
derpystuff 2022-06-21 18:10:54 +02:00
parent 41317a0e87
commit 3be267bba7

View file

@ -7,8 +7,8 @@ const token = process.env.token;
let client = `../${__dirname}/labscore/client.js`
if(process.env.environment == "local") client = `./labscore/client.js`
const manager = new ClusterManager(client, token, {
shardCount: 2,
shardsPerCluster: 2,
shardCount: 1,
shardsPerCluster: 1,
});
(async () => {