mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Should be making the self friends stuff null if bot acc
This commit is contained in:
@@ -1585,9 +1585,9 @@ var InternalClient = (function () {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
data.friends = null;
|
||||
data.incoming_friend_requests = null;
|
||||
data.outgoing_friend_requests = null;
|
||||
self.friends = null;
|
||||
self.incoming_friend_requests = null;
|
||||
self.outgoing_friend_requests = null;
|
||||
}
|
||||
self.state = _ConnectionState2["default"].READY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user