mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Null roles fix
This commit is contained in:
@@ -1719,7 +1719,9 @@ var InternalClient = (function () {
|
||||
self.intervals.kai = setInterval(function () {
|
||||
return self.sendWS({ op: 1, d: Date.now() });
|
||||
}, data.heartbeat_interval);
|
||||
|
||||
console.log(data.read_state.filter(function (s) {
|
||||
return s.mention_count > 0;
|
||||
}));
|
||||
self.user = self.users.add(new _StructuresUser2["default"](data.user, client));
|
||||
|
||||
_this41.forceFetchCount = {};
|
||||
|
||||
Reference in New Issue
Block a user