1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-02 12:09:07 +00:00

Fix: fixed .leaveunkeptservers

This commit is contained in:
Kwoth 2024-08-29 08:33:02 +00:00
parent 73356b6beb
commit 79c2dfec2d

View file

@ -64,7 +64,7 @@ public partial class Administration
for (var i = startShardId; i < _creds.GetCreds().TotalShards; i++)
{
await _svc.LeaveUnkeptServers(startShardId);
await _svc.LeaveUnkeptServers(i);
await Task.Delay(2250 * 1000);
}