discord.js/src/client
hydrabolt b8283a8f29 src/client/websocket/packets/WebSocketPacketManager.js
Unify ready and reconnecting properties into a single status property
and future-proof Message class
The state of the WebSocketManager is now represented by a single
status property, removing emittedReady
and reconnecting as representations of state.
Message class will now also cache users it isn't aware of that appear
in mentions and authors.
2016-04-20 17:45:20 +01:00
..
rest initial 2016-04-16 22:58:49 +01:00
websocket src/client/websocket/packets/WebSocketPacketManager.js 2016-04-20 17:45:20 +01:00
Client.js Added Permission evaluation for channels and EvaluatedPermissions class. 2016-04-18 19:31:36 +01:00
ClientDataResolver.js Added Permission evaluation for channels and EvaluatedPermissions class. 2016-04-18 19:31:36 +01:00
ClientManager.js initial 2016-04-16 22:58:49 +01:00