mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix(Shard): use DISCORD_TOKEN instead of CLIENT_TOKEN, see #2843
This commit is contained in:
parent
2e7094f9ea
commit
73b9b0e62b
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class Shard extends EventEmitter {
|
|||
SHARDING_MANAGER: true,
|
||||
SHARD_ID: this.id,
|
||||
SHARD_COUNT: this.manager.totalShards,
|
||||
CLIENT_TOKEN: this.manager.token,
|
||||
DISCORD_TOKEN: this.manager.token,
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue