mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
Make grammer gooder
This commit is contained in:
@@ -20,5 +20,5 @@ exports.fetch = () => {
|
||||
const fetched = fetch(encoder);
|
||||
if (fetched) return fetched;
|
||||
}
|
||||
throw new Error('could not find an opus engine');
|
||||
throw new Error('Couldn\'t find an Opus engine.');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user