diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-22 19:01:58 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-22 19:01:58 -0500 |
commit | fe2cdcab7ea7e795e92c043a6faa3647d6d997a6 (patch) | |
tree | 95784d18ecf60c300efdad951cefb12796366bf3 /src/commands/config | |
parent | fce1fc87feb3e6dad1a956d757d856833c9ea5f6 (diff) | |
parent | c64b3f8da64255cb6133b70ee8594545ba4bdf58 (diff) | |
download | tanzanite-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.ts | 2 |
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, |