mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Switch config back to camelCase
This commit is contained in:
@@ -18,7 +18,7 @@ class ShardClientUtil {
|
||||
* @type {number}
|
||||
*/
|
||||
get id() {
|
||||
return this.client.options.shard_id;
|
||||
return this.client.options.shardId;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -26,7 +26,7 @@ class ShardClientUtil {
|
||||
* @type {number}
|
||||
*/
|
||||
get count() {
|
||||
return this.client.options.shard_count;
|
||||
return this.client.options.shardCount;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user