Skip to content

Commit

Permalink
[Experiment] added Internal sharding option for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 25, 2021
1 parent 2c52592 commit 153f3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const client = new Client({
Intents.FLAGS.GUILD_BANS,
],
restRequestTimeout: 30000,
shards: "auto",
});
const { playerEvents } = require("./playerEvents/player");
const { Player } = require("discord-player");
Expand Down

0 comments on commit 153f3c2

Please sign in to comment.