aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/config')
-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 8c9351d..d2c2baf 100644
--- a/src/commands/config/features.ts
+++ b/src/commands/config/features.ts
@@ -80,7 +80,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,