fixed help links when ffmpeg is not properly setup
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user