mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 08:34:27 -05:00 
			
		
		
		
	change: Inrole improved
This commit is contained in:
		@@ -152,7 +152,7 @@ public partial class Utility : NadekoModule
 | 
			
		||||
        );
 | 
			
		||||
 | 
			
		||||
        var roleUsers = users.Where(u => role is null ? u.RoleIds.Count == 1 : u.RoleIds.Contains(role.Id))
 | 
			
		||||
                             .Select(u => $"`{u.Id,18}` {u}")
 | 
			
		||||
                             .Select(u => $"{u.Mention} {Format.Spoiler(Format.Code(u.Username))}")
 | 
			
		||||
                             .ToArray();
 | 
			
		||||
 | 
			
		||||
        await Response()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user