This commit is contained in:
Daniel Odendahl Jr
2017-04-05 17:32:02 +00:00
parent 4d613792bf
commit e93988700d
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class ChooseCommand extends commando.Command {
examples: [';choose Cow | Sheep', ';choose Bark | Woof | Meow | Moo'],
args: [{
key: 'choices',
prompt: 'What choices do you want me pick from? Split them with ' | '!',
prompt: 'What choices do you want me pick from? Split them with " | ".',
type: 'string',
validate: content => {
if (content.includes(' | ')) {