diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-10-03 22:57:40 -0400 |
|---|---|---|
| committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-10-03 22:57:40 -0400 |
| commit | 612ed820a0600ec11ed642005377cd7f5a8a8b77 (patch) | |
| tree | 6bca4e7268fd0063ff53cf64fa44df62a23dba50 /lib/utils/Constants.ts | |
| parent | ed98ff7e2679f362f2657e77a6cf8dd3ce9b3d43 (diff) | |
| download | tanzanite-612ed820a0600ec11ed642005377cd7f5a8a8b77.tar.gz tanzanite-612ed820a0600ec11ed642005377cd7f5a8a8b77.tar.bz2 tanzanite-612ed820a0600ec11ed642005377cd7f5a8a8b77.zip | |
wip
Diffstat (limited to 'lib/utils/Constants.ts')
| -rw-r--r-- | lib/utils/Constants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/utils/Constants.ts b/lib/utils/Constants.ts index dd65e28..5ecbce2 100644 --- a/lib/utils/Constants.ts +++ b/lib/utils/Constants.ts @@ -1,4 +1,4 @@ -import { default as deepLock } from 'deep-lock'; +import deepLock from '@tanzanite/deep-lock'; import { Colors, GuildFeature, Snowflake } from 'discord.js'; const rawCapeUrl = 'https://raw.githubusercontent.com/NotEnoughUpdates/capes/master/'; @@ -294,6 +294,7 @@ export const mappings = deepLock({ AUTO_MODERATION: { name: 'Auto Moderation', important: false, emoji: '<:autoModeration:1010579417942200321>', weight: 33 }, MEMBER_PROFILES: { name: 'Member Profiles', important: false, emoji: '<:memberProfiles:1010580480409747547>', weight: 34 }, NEW_THREAD_PERMISSIONS: { name: 'New Thread Permissions', important: false, emoji: '<:newThreadPermissions:1010580968442171492>', weight: 35 }, + [GuildFeature.InvitesDisabled]: { name: 'Invites Disabled', important: false, emoji: null, weight: 36 }, }, regions: { |
