mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Fix: fixed .leaveunkeptservers
This commit is contained in:
		@@ -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);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user