hardcoded 2 seconds delay in order to make .stats work
This commit is contained in:
@ -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("-----------------");
|
||||
|
Reference in New Issue
Block a user