fixed audio bug
This commit is contained in:
parent
3efdae632d
commit
24713e4a3d
@ -30,6 +30,8 @@ namespace NadekoBot
|
|||||||
botMention = c.BotMention;
|
botMention = c.BotMention;
|
||||||
if (c.GoogleAPIKey == null || c.GoogleAPIKey == "") {
|
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.");
|
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;
|
OwnerID = c.OwnerID;
|
||||||
password = c.Password;
|
password = c.Password;
|
||||||
|
Loading…
Reference in New Issue
Block a user