diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-01 16:25:44 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-01 16:25:44 -0500 |
commit | e743f268b17bc486ba05de9351f14e634d900521 (patch) | |
tree | c3ddb15c4933c9353506fbc4682a7d4baaee2cf0 /src/lib/utils | |
parent | 6e74b5fc9c68b5a919ec32304e2809751ab8fec5 (diff) | |
download | tanzanite-e743f268b17bc486ba05de9351f14e634d900521.tar.gz tanzanite-e743f268b17bc486ba05de9351f14e634d900521.tar.bz2 tanzanite-e743f268b17bc486ba05de9351f14e634d900521.zip |
fixes & inconsistencies
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/BushConstants.ts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts index 39f3299..4012054 100644 --- a/src/lib/utils/BushConstants.ts +++ b/src/lib/utils/BushConstants.ts @@ -65,6 +65,25 @@ export class BushConstants { check: '<:check:878320135297961995>' } as const); + public static emojisRaw = Object.freeze({ + success: '837109864101707807', + warn: '848726900876247050', + error: '837123021016924261', + successFull: '850118767576088646', + warnFull: '850118767391539312', + errorFull: '850118767295201350', + mad: '783046135392239626', + join: '850198029809614858', + leave: '850198048205307919', + loading: '853419254619963392', + offlineCircle: '787550565382750239', + dndCircle: '787550487633330176', + idleCircle: '787550520956551218', + onlineCircle: '787550449435803658', + cross: '878319362539421777', + check: '878320135297961995' + } as const); + public static colors = Object.freeze({ default: 0x1fd8f1, error: 0xef4947, |