mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +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) {
|
||||
this._respond('eval', { _eval: message._eval, _error: Util.makePlainError(err) });
|
||||
}
|
||||
} else {
|
||||
this.send(message);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue