diff options
Diffstat (limited to 'src/lib/utils')
| -rw-r--r-- | src/lib/utils/BushConstants.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts index 68393c4..1d7f81e 100644 --- a/src/lib/utils/BushConstants.ts +++ b/src/lib/utils/BushConstants.ts @@ -21,6 +21,10 @@ interface bushColors { black: '#000000'; orange: '#E86100'; } + +('<:verifiedbot1:700325427998097449>'); +(''); + export class BushConstants { public static emojis = { success: '<:checkmark:837109864101707807>', @@ -99,6 +103,11 @@ export class BushConstants { } }; + public static regex = { + snowflake: /\d{15,21}/gim, + discordEmoji: /<a?:[a-zA-Z0-9_]+:\d{15,21}>/gim + }; + /** A bunch of mappings */ public static mappings = { guilds: { |
