aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config/features.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/config/features.ts')
-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 d0f9c5c..095d985 100644
--- a/src/commands/config/features.ts
+++ b/src/commands/config/features.ts
@@ -81,7 +81,7 @@ export default class FeaturesCommand extends BushCommand {
customId: 'command_selectFeature',
disabled: disable,
maxValues: 1,
- minValues: 2,
+ minValues: 1,
options: guildFeatures.map((f) => ({
label: guildFeaturesObj[f].name,
value: f,