diff --git a/src/client/voice/opus/OpusEngineList.js b/src/client/voice/opus/OpusEngineList.js index 01b6d289f..7fbec9ea4 100644 --- a/src/client/voice/opus/OpusEngineList.js +++ b/src/client/voice/opus/OpusEngineList.js @@ -24,5 +24,5 @@ exports.fetch = engineOptions => { if (fetched) return fetched; } - throw new Error('OPUS_ENGINE_MISSING'); + throw new Error('Couldn\'t find an Opus engine.'); };