mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(Shard): use DISCORD_TOKEN instead of CLIENT_TOKEN, see #2843
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user