aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-15 21:40:41 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-15 21:40:41 -0500
commitb2908096f668b9a67e8a3a0259d95a9e56f7dc68 (patch)
treed7567085e6d9314d4c4e2e915a5ad64a377ed148 /src/commands
parent1c655a93a50faea809c15f7abfc897ba41d19e34 (diff)
downloadtanzanite-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.ts2
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()