hardcoded 2 seconds delay in order to make .stats work

This commit is contained in:
Master Kwoth 2016-05-02 00:59:58 +02:00
parent 6f067f219b
commit d8953e7db4

View File

@ -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("-----------------");