mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
fix: Shards not receiving regular messages
This commit is contained in:
@@ -132,6 +132,8 @@ class ShardClientUtil {
|
||||
} catch (err) {
|
||||
this._respond('eval', { _eval: message._eval, _error: Util.makePlainError(err) });
|
||||
}
|
||||
} else {
|
||||
this.send(message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user