mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 08:10:10 +00:00
Add color to all lists
This commit is contained in:
parent
8da5c94b1c
commit
2898b3989a
6 changed files with 10 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ namespace PluralKit.Bot
|
|||
ctx.CheckSystemPrivacy(target, target.MemberListPrivacy);
|
||||
|
||||
var opts = ctx.ParseMemberListOptions(ctx.LookupContextFor(target));
|
||||
await ctx.RenderMemberList(ctx.LookupContextFor(target), _db, target.Id, GetEmbedTitle(target, opts), opts);
|
||||
await ctx.RenderMemberList(ctx.LookupContextFor(target), _db, target.Id, GetEmbedTitle(target, opts), target.Color, opts);
|
||||
}
|
||||
|
||||
private string GetEmbedTitle(PKSystem target, MemberListOptions opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue