mirror of
https://github.com/danbulant/discord.js
synced 2026-06-10 02:02:40 +00:00
fix: Shards not receiving regular messages
This commit is contained in:
parent
9796489cbf
commit
88616eaf3e
1 changed files with 2 additions and 0 deletions
|
|
@ -132,6 +132,8 @@ class ShardClientUtil {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this._respond('eval', { _eval: message._eval, _error: Util.makePlainError(err) });
|
this._respond('eval', { _eval: message._eval, _error: Util.makePlainError(err) });
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
this.send(message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue