Forgot creds
This commit is contained in:
parent
5e2df36de1
commit
4428c9d90f
@ -47,6 +47,7 @@ namespace NadekoBot.Services.Impl
|
|||||||
TotalShards = cm.TotalShards < 1 ? 1 : cm.TotalShards;
|
TotalShards = cm.TotalShards < 1 ? 1 : cm.TotalShards;
|
||||||
BotId = cm.BotId ?? cm.ClientId;
|
BotId = cm.BotId ?? cm.ClientId;
|
||||||
ClientId = cm.ClientId;
|
ClientId = cm.ClientId;
|
||||||
|
SoundCloudClientId = cm.SoundCloudClientId;
|
||||||
if (cm.Db == null)
|
if (cm.Db == null)
|
||||||
Db = new DB("sqlite", "");
|
Db = new DB("sqlite", "");
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user