Playing rotate goes off once per minute

This commit is contained in:
Kwoth 2016-10-28 01:56:51 +02:00
parent 828eb29b5c
commit 9e3995a3ac

View File

@ -67,7 +67,7 @@ namespace NadekoBot.Modules.Administration
} }
finally finally
{ {
await Task.Delay(15000); await Task.Delay(TimeSpan.FromMinutes(1));
} }
} while (true); } while (true);
}); });