mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
fix(OpusEngineLinst): throw a descriptive error when not funding an opus engine
This commit is contained in:
@@ -24,5 +24,5 @@ exports.fetch = engineOptions => {
|
|||||||
if (fetched) return fetched;
|
if (fetched) return fetched;
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new Error('OPUS_ENGINE_MISSING');
|
throw new Error('Couldn\'t find an Opus engine.');
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user