change: Inrole improved

This commit is contained in:
Kwoth
2024-05-08 01:44:14 +00:00
parent 4f0692db59
commit 4e559d2606
2 changed files with 2 additions and 1 deletions

View File

@@ -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()