mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 07:17:56 +00:00
fix(bot): default embed colour should be null
This commit is contained in:
parent
843275a3ac
commit
7ef1dce0a5
2 changed files with 6 additions and 52 deletions
|
|
@ -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})>");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue