fixed audio bug

This commit is contained in:
Kwoth 2016-01-11 21:37:48 +01:00
parent 3efdae632d
commit 24713e4a3d

View File

@ -30,6 +30,8 @@ namespace NadekoBot
botMention = c.BotMention;
if (c.GoogleAPIKey == null || c.GoogleAPIKey == "") {
Console.WriteLine("No google api key found. You will not be able to use music and links won't be shortened.");
} else {
GoogleAPIKey = c.GoogleAPIKey;
}
OwnerID = c.OwnerID;
password = c.Password;