Webpack build for branch voice-rewrite: 2b5fc77a67

This commit is contained in:
Travis CI 2018-01-19 23:59:16 +00:00
parent 8ae2753ea1
commit eaf7c3dc1e
2 changed files with 3 additions and 1 deletions

View file

@ -13318,6 +13318,8 @@ const Messages = {
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.',
VOICE_PLAY_INTERFACE_NO_BROADCAST: 'A broadcast cannot be played in this context.',
VOICE_PLAY_INTERFACE_BAD_TYPE: 'Unknown stream type',
OPUS_ENGINE_MISSING: 'Couldn\'t find an Opus engine.',

File diff suppressed because one or more lines are too long