removed 90 second delay on login ;p
This commit is contained in:
parent
113c2b43bd
commit
54327dec9d
@ -211,7 +211,7 @@ namespace NadekoBot
|
||||
return;
|
||||
}
|
||||
|
||||
await Task.Delay(90000).ConfigureAwait(false);
|
||||
//await Task.Delay(90000).ConfigureAwait(false);
|
||||
Console.WriteLine("-----------------");
|
||||
Console.WriteLine(await NadekoStats.Instance.GetStats().ConfigureAwait(false));
|
||||
Console.WriteLine("-----------------");
|
||||
|
Loading…
Reference in New Issue
Block a user