mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +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
|
|
@ -107,6 +107,7 @@ namespace PluralKit.Bot
|
|||
|
||||
await ctx.Paginate(channels.ToAsyncEnumerable(), channels.Count, 25,
|
||||
$"Blacklisted channels for {ctx.Guild.Name}",
|
||||
null,
|
||||
(eb, l) =>
|
||||
{
|
||||
string CategoryName(ulong? id) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue