We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4367118 commit c48f459Copy full SHA for c48f459
src/sharding.ts
@@ -2,7 +2,7 @@ import { ShardingManager } from "discord.js";
2
3
const manager = new ShardingManager("./index.js", {
4
token: process.env.TOKEN,
5
- totalShards: "auto"
+ totalShards: 2
6
})
7
8
manager.on("shardCreate", (shard) => {
0 commit comments