aboutsummaryrefslogtreecommitdiff
path: root/src/lib/utils/BushConstants.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-20 13:23:04 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-20 13:23:04 -0400
commita0ef664d06efb1ecfab08fe4764758cd09f96a72 (patch)
treeda0e6b70fca49c0f282cdd25b834b4c59437cda6 /src/lib/utils/BushConstants.ts
parenteb381b80e60f01a635af3ffe80bf950bb4a73c30 (diff)
downloadtanzanite-a0ef664d06efb1ecfab08fe4764758cd09f96a72.tar.gz
tanzanite-a0ef664d06efb1ecfab08fe4764758cd09f96a72.tar.bz2
tanzanite-a0ef664d06efb1ecfab08fe4764758cd09f96a72.zip
fix steal fr I think
Diffstat (limited to 'src/lib/utils/BushConstants.ts')
-rw-r--r--src/lib/utils/BushConstants.ts12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts
index de3076a..bcc34ae 100644
--- a/src/lib/utils/BushConstants.ts
+++ b/src/lib/utils/BushConstants.ts
@@ -24,10 +24,10 @@ interface bushColors {
export class BushConstants {
public static emojis = {
- success: '<:checkmark:837109864101707807>',
+ success: '<:success:837109864101707807>',
warn: '<:warn:848726900876247050>',
error: '<:error:837123021016924261>',
- successFull: '<:checkmark_full:850118767576088646>',
+ successFull: '<:success_full:850118767576088646>',
warnFull: '<:warn_full:850118767391539312>',
errorFull: '<:error_full:850118767295201350>',
mad: '<:mad:783046135392239626>',
@@ -37,7 +37,9 @@ export class BushConstants {
offlineCircle: '<:offline:787550565382750239>',
dndCircle: '<:dnd:787550487633330176>',
idleCircle: '<:idle:787550520956551218>',
- onlineCircle: '<:online:787550449435803658>'
+ onlineCircle: '<:online:787550449435803658>',
+ cross: '<:cross:878319362539421777>',
+ check: ''
};
public static colors: bushColors = {
@@ -101,9 +103,9 @@ export class BushConstants {
};
public static regex = {
- snowflake: /\d{15,21}/gim,
+ snowflake: /\d{15,21}/im,
// eslint-disable-next-line no-useless-escape
- discordEmoji: /<a?:(?<name>[a-zA-Z0-9\_]+):(?<id>\d{15,21})>/gim
+ discordEmoji: /<a?:(?<name>[a-zA-Z0-9\_]+):(?<id>\d{15,21})>/im
};
/** A bunch of mappings */