Skip to content

Commit c48f459

Browse files
committed
Update sharding.ts
1 parent 4367118 commit c48f459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sharding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ShardingManager } from "discord.js";
22

33
const manager = new ShardingManager("./index.js", {
44
token: process.env.TOKEN,
5-
totalShards: "auto"
5+
totalShards: 2
66
})
77

88
manager.on("shardCreate", (shard) => {

0 commit comments

Comments
 (0)