mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Small cleanups
This commit is contained in:
@@ -36,8 +36,8 @@ function chooseCommand() {
|
||||
if (!ChildProcess.spawnSync(cmd, ['-h']).error) return cmd;
|
||||
}
|
||||
throw new Error(
|
||||
'FFMPEG was not found on your system, so audio cannot be played.' +
|
||||
'Please make sure FFMPEG is installed and in your PATH'
|
||||
'FFMPEG was not found on your system, so audio cannot be played. ' +
|
||||
'Please make sure FFMPEG is installed and in your PATH.'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user