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 | |
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')
-rw-r--r-- | src/commands/config/features.ts | 2 | ||||
-rw-r--r-- | src/commands/moulberry-bush/rule.ts | 2 |
2 files changed, 2 insertions, 2 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, diff --git a/src/commands/moulberry-bush/rule.ts b/src/commands/moulberry-bush/rule.ts index fb322ff..d4820fe 100644 --- a/src/commands/moulberry-bush/rule.ts +++ b/src/commands/moulberry-bush/rule.ts @@ -15,7 +15,7 @@ const rules = [ { title: '3.) No Spamming', description: - 'Including but not limited to: any messages that do not contribute to the conversation, repeated messages, randomly tagging users, and chat flood.' + 'Including but not limited to: any messages that do not contribute to the conversation, repeated messages, linebreaking, randomly tagging users, and chat flood.' }, { title: '4.) English', |