removed 90 second delay on login ;p

This commit is contained in:
Master Kwoth 2016-04-19 01:52:52 +02:00
parent 113c2b43bd
commit 54327dec9d

View File

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