diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-20 12:29:20 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-20 12:29:20 -0400 |
commit | 7048fb1d6d24a26d4e0fdadc2f75bd0717fa80f9 (patch) | |
tree | 3b66ea2934c577c0e827ba279cf32b514389236c /src/lib/utils/BushConstants.ts | |
parent | bfb467c3bed23479673b82eba61c05d60acf42d7 (diff) | |
download | tanzanite-7048fb1d6d24a26d4e0fdadc2f75bd0717fa80f9.tar.gz tanzanite-7048fb1d6d24a26d4e0fdadc2f75bd0717fa80f9.tar.bz2 tanzanite-7048fb1d6d24a26d4e0fdadc2f75bd0717fa80f9.zip |
more pain
Diffstat (limited to 'src/lib/utils/BushConstants.ts')
-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: { |