mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +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,
|
SHARDING_MANAGER: true,
|
||||||
SHARD_ID: this.id,
|
SHARD_ID: this.id,
|
||||||
SHARD_COUNT: this.manager.totalShards,
|
SHARD_COUNT: this.manager.totalShards,
|
||||||
CLIENT_TOKEN: this.manager.token,
|
DISCORD_TOKEN: this.manager.token,
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user