aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 19:01:58 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 19:01:58 -0500
commitfe2cdcab7ea7e795e92c043a6faa3647d6d997a6 (patch)
tree95784d18ecf60c300efdad951cefb12796366bf3 /src/commands/config
parentfce1fc87feb3e6dad1a956d757d856833c9ea5f6 (diff)
parentc64b3f8da64255cb6133b70ee8594545ba4bdf58 (diff)
downloadtanzanite-fe2cdcab7ea7e795e92c043a6faa3647d6d997a6.tar.gz
tanzanite-fe2cdcab7ea7e795e92c043a6faa3647d6d997a6.tar.bz2
tanzanite-fe2cdcab7ea7e795e92c043a6faa3647d6d997a6.zip
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
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 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,