fixed help links when ffmpeg is not properly setup

This commit is contained in:
Kwoth 2017-03-27 11:35:06 +02:00
parent 0a32e0251e
commit e107bee62f

View File

@ -99,8 +99,8 @@ namespace NadekoBot.Modules.Music.Classes
Console.WriteLine(@"You have not properly installed or configured FFMPEG. Console.WriteLine(@"You have not properly installed or configured FFMPEG.
Please install and configure FFMPEG to play music. Please install and configure FFMPEG to play music.
Check the guides for your platform on how to setup ffmpeg correctly: Check the guides for your platform on how to setup ffmpeg correctly:
Windows Guide: https://goo.gl/SCv72y Windows Guide: https://goo.gl/OjKk8F
Linux Guide: https://goo.gl/rRhjCp"); Linux Guide: https://goo.gl/ShjCUo");
Console.ForegroundColor = oldclr; Console.ForegroundColor = oldclr;
} }
catch (Exception ex) catch (Exception ex)