mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-24 08:42:53 +00:00
New: Discord notification upgrade colour
(cherry picked from commit cfdaddd81ae66412766ff19805c78e8503205bbe)
This commit is contained in:
parent
873784557c
commit
84f9b8ca2d
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ public enum DiscordColors
|
||||||
Success = 2605644,
|
Success = 2605644,
|
||||||
Warning = 16753920,
|
Warning = 16753920,
|
||||||
Standard = 16761392,
|
Standard = 16761392,
|
||||||
Upgrade = 7105644
|
Upgrade = 4089856
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue