mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 12:40:50 +00:00
Revert "fix: Shards not receiving regular messages"
This reverts commit 88616eaf3e.
This commit is contained in:
parent
8152841bab
commit
9dfcb61a90
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue