fix(bot): default embed colour should be null

This commit is contained in:
Petal Ladenson 2024-08-29 06:32:03 -06:00 committed by GitHub
parent 843275a3ac
commit 7ef1dce0a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 52 deletions

View file

@ -20,7 +20,6 @@ public static class DiscordUtils
public const uint Blue = 0x1f99d8;
public const uint Green = 0x00cc78;
public const uint Red = 0xef4b3d;
public const uint Gray = 0x979c9f;
private static readonly Regex USER_MENTION = new("<@!?(\\d{17,19})>");
private static readonly Regex ROLE_MENTION = new("<@&(\\d{17,19})>");