Webpack build for branch master: 4f5d1bffaf

This commit is contained in:
Travis CI 2017-08-01 02:04:50 +00:00
parent da6f96b3f6
commit 1c67c18b7a
2 changed files with 3 additions and 1 deletions

View file

@ -23325,6 +23325,8 @@ const Messages = {
VOICE_SESSION_ABSENT: 'Session ID not supplied.',
VOICE_INVALID_ENDPOINT: 'Invalid endpoint received.',
VOICE_NO_BROWSER: 'Voice connections are not available in browsers.',
VOICE_CONNECTION_ATTEMPTS_EXCEEDED: attempts => `Too many connection attempts (${attempts}).`,
VOICE_JOIN_SOCKET_CLOSED: 'Tried to send join packet, but the WebSocket is not open.',
OPUS_ENGINE_MISSING: 'Couldn\'t find an Opus engine.',

File diff suppressed because one or more lines are too long