diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-20 16:35:27 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-20 16:35:27 -0400 |
commit | b795a6e51b9ff69ed958f985908f81aff73022dc (patch) | |
tree | 37b51353f6be564586fb0b4aae8692429497608d /src/lib/utils/BushConstants.ts | |
parent | b228c3b222f37ceaa888f926811e6cfadf33e24a (diff) | |
download | tanzanite-b795a6e51b9ff69ed958f985908f81aff73022dc.tar.gz tanzanite-b795a6e51b9ff69ed958f985908f81aff73022dc.tar.bz2 tanzanite-b795a6e51b9ff69ed958f985908f81aff73022dc.zip |
fixed caching
Diffstat (limited to 'src/lib/utils/BushConstants.ts')
-rw-r--r-- | src/lib/utils/BushConstants.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts index 3ca2e8c..2d05425 100644 --- a/src/lib/utils/BushConstants.ts +++ b/src/lib/utils/BushConstants.ts @@ -80,7 +80,8 @@ export class BushConstants { USE_APPLICATION_COMMANDS: { name: 'Use Slash Commands', important: false }, REQUEST_TO_SPEAK: { name: 'Request to Speak', important: false }, USE_PUBLIC_THREADS: { name: 'Use public Threads', important: false }, - USE_PRIVATE_THREADS: { name: 'Use Private Threads', important: true } + USE_PRIVATE_THREADS: { name: 'Use Private Threads', important: false }, + MANAGE_THREADS: { name: 'Manage Threads', important: true} }, features: { |