No description
Find a file
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
src src/client/websocket/packets/WebSocketPacketManager.js 2016-04-20 17:45:20 +01:00
test src/client/websocket/packets/WebSocketPacketManager.js 2016-04-19 20:24:23 +01:00
.gitignore initial 2016-04-16 22:58:49 +01:00
.jscsrc initial 2016-04-16 22:58:49 +01:00
LICENSE initial 2016-04-16 22:58:49 +01:00
package.json remove unused shim object.entries 2016-04-16 23:01:58 +01:00
README.md initial 2016-04-16 22:58:49 +01:00

discord.js

REWRITE