Forgot creds

This commit is contained in:
Kwoth 2016-10-19 12:24:26 +02:00
parent 5e2df36de1
commit 4428c9d90f

View File

@ -47,6 +47,7 @@ namespace NadekoBot.Services.Impl
TotalShards = cm.TotalShards < 1 ? 1 : cm.TotalShards;
BotId = cm.BotId ?? cm.ClientId;
ClientId = cm.ClientId;
SoundCloudClientId = cm.SoundCloudClientId;
if (cm.Db == null)
Db = new DB("sqlite", "");
else