diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-10 22:12:23 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-10 22:12:23 -0500 |
commit | 9923f0751396decaa6febcaa54da9b6ad9b596b1 (patch) | |
tree | 5022a611ae156ff2cd6edb8c124113b539845213 /src/lib/utils | |
parent | 8928d95b87e036f731c7a65d8646d75f5bb42c93 (diff) | |
download | tanzanite-9923f0751396decaa6febcaa54da9b6ad9b596b1.tar.gz tanzanite-9923f0751396decaa6febcaa54da9b6ad9b596b1.tar.bz2 tanzanite-9923f0751396decaa6febcaa54da9b6ad9b596b1.zip |
fixed lots of shit I think
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/BushConstants.ts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts index cc7673e..c48f7d7 100644 --- a/src/lib/utils/BushConstants.ts +++ b/src/lib/utils/BushConstants.ts @@ -199,12 +199,12 @@ export class BushConstants { BOOST_TIER_1: '<:boostitle:853363736679940127>', BOOST_TIER_2: '<:boostitle:853363752728789075>', BOOST_TIER_3: '<:boostitle:853363769132056627>', - TEXT: '<:text:853375537791893524>', - NEWS: '<:announcements:853375553531674644>', - VOICE: '<:voice:853375566735212584>', - STAGE: '<:stage:853375583521210468>', - STORE: '<:store:853375601175691266>', - CATEGORY: '<:category:853375615260819476>', + GUILD_TEXT: '<:text:853375537791893524>', + GUILD_NEWS: '<:announcements:853375553531674644>', + GUILD_VOICE: '<:voice:853375566735212584>', + GUILD_STAGE_VOICE: '<:stage:853375583521210468>', + GUILD_STORE: '<:store:853375601175691266>', + GUILD_CATEGORY: '<:category:853375615260819476>', THREAD: '<:thread:865033845753249813>' }, |