diff --git a/bot.php b/bot.php index 6568018..075a214 100644 --- a/bot.php +++ b/bot.php @@ -74,7 +74,7 @@ $process = Process::start([ $out = buffer($process->getStdout()); $err = buffer($process->getStderr()); if ($process->join()) { - echo("ffmpeg is not installed, please install ffmpeg!"); + echo("ffmpeg is not installed, please install ffmpeg!".PHP_EOL); die(1); }