mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 23:37:54 +00:00
Fix the garish default D#+ colors
This commit is contained in:
parent
86b6a90b1c
commit
9fa36b78ff
4 changed files with 14 additions and 9 deletions
|
|
@ -147,7 +147,7 @@ namespace PluralKit.Bot {
|
|||
|
||||
if (permissionsMissing.Count == 0)
|
||||
{
|
||||
eb.WithDescription($"No errors found, all channels proxyable :)").WithColor(DiscordColor.Green);
|
||||
eb.WithDescription($"No errors found, all channels proxyable :)").WithColor(DiscordUtils.Green);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -161,7 +161,7 @@ namespace PluralKit.Bot {
|
|||
.OrderBy(c => c.Position)
|
||||
.Select(c => $"#{c.Name}"));
|
||||
eb.AddField($"Missing *{missingPermissionNames}*", channelsList.Truncate(1000));
|
||||
eb.WithColor(DiscordColor.Red);
|
||||
eb.WithColor(DiscordUtils.Red);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue