diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-14 08:33:08 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-14 08:33:08 -0400 |
commit | 21a347e044d3cb8a1e5e433e2854d20dd7ba937b (patch) | |
tree | a20f146d9a7519a9c6733d9b54eba94e3781a4dd /src/lib/utils | |
parent | 679402af885bc72cd75c96a7541ead000b41ef93 (diff) | |
download | tanzanite-21a347e044d3cb8a1e5e433e2854d20dd7ba937b.tar.gz tanzanite-21a347e044d3cb8a1e5e433e2854d20dd7ba937b.tar.bz2 tanzanite-21a347e044d3cb8a1e5e433e2854d20dd7ba937b.zip |
change a few guild features' priority
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/BushConstants.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts index 0f9311f..67723e3 100644 --- a/src/lib/utils/BushConstants.ts +++ b/src/lib/utils/BushConstants.ts @@ -282,9 +282,9 @@ export const mappings = deepLock({ THREADS_ENABLED: {name: 'Threads Enabled', important: false, emoji: '<:threadsEnabled:869756035345317919>', weight: 26 }, THREADS_ENABLED_TESTING: {name: 'Threads Enabled Testing', important: false, emoji: null, weight: 27 }, [GuildFeature.AnimatedBanner]: { name: 'Animated Banner', important: false, emoji: null, weight: 28 }, - [GuildFeature.HasDirectoryEntry]: { name: 'Has Directory Entry', important: false, emoji: null, weight: 29 }, - [GuildFeature.Hub]: { name: 'Hub', important: false, emoji: null, weight: 30 }, - [GuildFeature.LinkedToHub]: { name: 'Linked To Hub', important: false, emoji: null, weight: 31 }, + [GuildFeature.HasDirectoryEntry]: { name: 'Has Directory Entry', important: true, emoji: null, weight: 29 }, + [GuildFeature.Hub]: { name: 'Hub', important: true, emoji: null, weight: 30 }, + [GuildFeature.LinkedToHub]: { name: 'Linked To Hub', important: true, emoji: null, weight: 31 }, }, regions: { |