fix: Shards not receiving regular messages

This commit is contained in:
Lewdcario 2018-07-31 09:55:32 -06:00
parent 9796489cbf
commit 88616eaf3e
No known key found for this signature in database
GPG key ID: F9A141E5527C6660

View file

@ -132,6 +132,8 @@ class ShardClientUtil {
} catch (err) {
this._respond('eval', { _eval: message._eval, _error: Util.makePlainError(err) });
}
} else {
this.send(message);
}
}