From 22d03005a1b4eb3f560feedf350ffd9a21a95705 Mon Sep 17 00:00:00 2001 From: Toastie Date: Fri, 30 Aug 2024 15:40:12 +1200 Subject: [PATCH] fixed .leaveunkeptservers --- .../Modules/Administration/DangerousCommands/CleanupCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EllieBot/Modules/Administration/DangerousCommands/CleanupCommands.cs b/src/EllieBot/Modules/Administration/DangerousCommands/CleanupCommands.cs index c74c60f..2b413ca 100644 --- a/src/EllieBot/Modules/Administration/DangerousCommands/CleanupCommands.cs +++ b/src/EllieBot/Modules/Administration/DangerousCommands/CleanupCommands.cs @@ -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); }