aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-03 19:40:41 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-03 19:40:41 -0400
commitaeba835858f3426c5de31434b5d1f4056606a828 (patch)
tree14790964c0ef64ccaf43c5d6692544cdedba6c72 /src/lib
parent303938bf3bcce033f9feb8324410bbc0ef83e466 (diff)
downloadtanzanite-aeba835858f3426c5de31434b5d1f4056606a828.tar.gz
tanzanite-aeba835858f3426c5de31434b5d1f4056606a828.tar.bz2
tanzanite-aeba835858f3426c5de31434b5d1f4056606a828.zip
fix permissions
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/utils/BushConstants.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts
index 5698b67..a8f75fa 100644
--- a/src/lib/utils/BushConstants.ts
+++ b/src/lib/utils/BushConstants.ts
@@ -219,12 +219,13 @@ export class BushConstants {
MANAGE_NICKNAMES: { name: 'Change Nicknames', important: true },
MANAGE_ROLES: { name: 'Manage Roles', important: true },
MANAGE_WEBHOOKS: { name: 'Manage Webhooks', important: true },
- MANAGE_EMOJIS: { name: 'Manage Emojis', important: true },
+ MANAGE_EMOJIS_AND_STICKERS: { name: 'Manage Emojis and Stickers', important: true },
USE_APPLICATION_COMMANDS: { name: 'Use Slash Commands', important: false },
REQUEST_TO_SPEAK: { name: 'Request to Speak', important: false },
+ MANAGE_THREADS: { name: 'Manage Threads', important: true },
USE_PUBLIC_THREADS: { name: 'Use public Threads', important: false },
USE_PRIVATE_THREADS: { name: 'Use Private Threads', important: false },
- MANAGE_THREADS: { name: 'Manage Threads', important: true }
+ USE_EXTERNAL_STICKERS: { name: 'Use External Stickers', important: false }
},
// prettier-ignore