Separate websocket internals for RPC (#1893)

* websocket centralization

* more centralization

* whoops

* Update WebSocket.js
This commit is contained in:
Gus Caplan
2017-09-06 01:20:10 -05:00
committed by Amish Shah
parent f95ae4fcb7
commit 675e1eccb1
5 changed files with 51 additions and 68 deletions

View File

@@ -57,4 +57,6 @@ module.exports = {
User: require('./structures/User'),
VoiceChannel: require('./structures/VoiceChannel'),
Webhook: require('./structures/Webhook'),
WebSocket: require('./WebSocket'),
};