diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-26 11:34:37 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-26 11:34:37 -0400 |
commit | 85d24271a00d9363fe022ebb8e132bd506c712ba (patch) | |
tree | c860c982f6adc2e05f8b0db67b0cdce9142ad136 /src/lib/utils/BushConstants.ts | |
parent | 2e539511a49ff993eded39751a2e768315ee4ff6 (diff) | |
download | tanzanite-85d24271a00d9363fe022ebb8e132bd506c712ba.tar.gz tanzanite-85d24271a00d9363fe022ebb8e132bd506c712ba.tar.bz2 tanzanite-85d24271a00d9363fe022ebb8e132bd506c712ba.zip |
features wip
Diffstat (limited to 'src/lib/utils/BushConstants.ts')
-rw-r--r-- | src/lib/utils/BushConstants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts index bcc34ae..dcc551e 100644 --- a/src/lib/utils/BushConstants.ts +++ b/src/lib/utils/BushConstants.ts @@ -39,7 +39,7 @@ export class BushConstants { idleCircle: '<:idle:787550520956551218>', onlineCircle: '<:online:787550449435803658>', cross: '<:cross:878319362539421777>', - check: '' + check: '<:check:878320135297961995>' }; public static colors: bushColors = { |