From 7048fb1d6d24a26d4e0fdadc2f75bd0717fa80f9 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 20 Aug 2021 12:29:20 -0400 Subject: more pain --- src/lib/utils/BushConstants.ts | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/lib/utils/BushConstants.ts') 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: //gim + }; + /** A bunch of mappings */ public static mappings = { guilds: { -- cgit