mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
Revert "fix: Shards not receiving regular messages"
This reverts commit 88616eaf3e.
This commit is contained in:
@@ -132,8 +132,6 @@ 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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user