hardcoded 2 seconds delay in order to make .stats work
This commit is contained in:
parent
6f067f219b
commit
d8953e7db4
@ -212,7 +212,7 @@ namespace NadekoBot
|
||||
return;
|
||||
}
|
||||
|
||||
//await Task.Delay(90000).ConfigureAwait(false);
|
||||
await Task.Delay(2000).ConfigureAwait(false);
|
||||
Console.WriteLine("-----------------");
|
||||
Console.WriteLine(await NadekoStats.Instance.GetStats().ConfigureAwait(false));
|
||||
Console.WriteLine("-----------------");
|
||||
|
Loading…
Reference in New Issue
Block a user