Fixed client id bug
This commit is contained in:
parent
afb0da1170
commit
0d9c4aeb86
@ -63,7 +63,7 @@ namespace NadekoBot.Services.Impl
|
|||||||
|
|
||||||
ulong clId = 0;
|
ulong clId = 0;
|
||||||
ulong.TryParse(data[nameof(ClientId)], out clId);
|
ulong.TryParse(data[nameof(ClientId)], out clId);
|
||||||
ClientId = ulong.Parse(data[nameof(ClientId)]);
|
ClientId = clId;
|
||||||
|
|
||||||
SoundCloudClientId = data[nameof(SoundCloudClientId)];
|
SoundCloudClientId = data[nameof(SoundCloudClientId)];
|
||||||
CarbonKey = data[nameof(CarbonKey)];
|
CarbonKey = data[nameof(CarbonKey)];
|
||||||
|
Loading…
Reference in New Issue
Block a user