Switch config back to camelCase

This commit is contained in:
Schuyler Cebulskie
2016-09-27 18:42:32 -04:00
parent 4fceae02d6
commit ba8dd3467a
14 changed files with 49 additions and 49 deletions

View File

@@ -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;
}
/**