Reorganise some shard logic

This commit is contained in:
Schuyler Cebulskie
2016-09-27 17:22:56 -04:00
parent 0ee3d6bb8a
commit 49d905a7b1
4 changed files with 30 additions and 16 deletions

View File

@@ -10,6 +10,7 @@ class ShardClientUtil {
*/
constructor(client) {
this.client = client;
process.on('message', this._handleMessage.bind(this));
}
/**