diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-15 21:40:41 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-15 21:40:41 -0500 |
commit | b2908096f668b9a67e8a3a0259d95a9e56f7dc68 (patch) | |
tree | d7567085e6d9314d4c4e2e915a5ad64a377ed148 /src/commands | |
parent | 1c655a93a50faea809c15f7abfc897ba41d19e34 (diff) | |
download | tanzanite-b2908096f668b9a67e8a3a0259d95a9e56f7dc68.tar.gz tanzanite-b2908096f668b9a67e8a3a0259d95a9e56f7dc68.tar.bz2 tanzanite-b2908096f668b9a67e8a3a0259d95a9e56f7dc68.zip |
chore: update deps
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/config/features.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/config/features.ts b/src/commands/config/features.ts index 7389ceb..199f201 100644 --- a/src/commands/config/features.ts +++ b/src/commands/config/features.ts @@ -90,7 +90,7 @@ export default class FeaturesCommand extends BushCommand { .setMaxValues(1) .setMinValues(1) .setOptions( - guildFeatures + ...guildFeatures .filter((f) => guildFeaturesObj[f].notConfigurable !== false) .map((f) => new SelectMenuOption() |