From eb381b80e60f01a635af3ffe80bf950bb4a73c30 Mon Sep 17 00:00:00 2001
From: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Date: Fri, 20 Aug 2021 12:41:28 -0400
Subject: fixed steal
---
src/lib/utils/BushConstants.ts | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
(limited to 'src/lib')
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts
index 1d7f81e..de3076a 100644
--- a/src/lib/utils/BushConstants.ts
+++ b/src/lib/utils/BushConstants.ts
@@ -22,9 +22,6 @@ interface bushColors {
orange: '#E86100';
}
-('<:verifiedbot1:700325427998097449>');
-('');
-
export class BushConstants {
public static emojis = {
success: '<:checkmark:837109864101707807>',
@@ -105,7 +102,8 @@ export class BushConstants {
public static regex = {
snowflake: /\d{15,21}/gim,
- discordEmoji: //gim
+ // eslint-disable-next-line no-useless-escape
+ discordEmoji: /[a-zA-Z0-9\_]+):(?\d{15,21})>/gim
};
/** A bunch of mappings */
--
cgit