We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b79c38 commit 74efb1aCopy full SHA for 74efb1a
src/bot.ts
@@ -22,7 +22,7 @@ class Bot {
22
23
constructor() {
24
this.client = new Client({
25
- shardCount: 'auto',
+ shards: 'auto',
26
intents: [
27
GatewayIntentBits.Guilds,
28
GatewayIntentBits.GuildMessages,
0 commit comments