mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Fixed .rero issue which was introduced in 4.0
This commit is contained in:
		@@ -27,7 +27,7 @@ public partial class Administration
 | 
			
		||||
            if (input.Length % 2 != 0 || target is null)
 | 
			
		||||
                return;
 | 
			
		||||
 | 
			
		||||
            var all = await input.Chunk(input.Length / 2)
 | 
			
		||||
            var all = await input.Chunk(2)
 | 
			
		||||
                                 .Select(async x =>
 | 
			
		||||
                                 {
 | 
			
		||||
                                     var inputRoleStr = x.First();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user