QOL updates

This commit is contained in:
zontreck 2024-11-23 05:23:02 -07:00
parent 7cb11509a1
commit ec1f894809
4 changed files with 23 additions and 9 deletions

View file

@ -60,4 +60,5 @@ class DiscordHookProps {
static const int OFFLINE_ALERT = 8716288;
static const int ALERT = 21893; // non-intrusive
static const int ALERT_INTRUSIVE = 6291589;
static const int INACTIVE = 0xFFD700;
}