Playing rotate goes off once per minute
This commit is contained in:
parent
828eb29b5c
commit
9e3995a3ac
@ -67,7 +67,7 @@ namespace NadekoBot.Modules.Administration
|
|||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
await Task.Delay(15000);
|
await Task.Delay(TimeSpan.FromMinutes(1));
|
||||||
}
|
}
|
||||||
} while (true);
|
} while (true);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user