Remove the Quote Thing in the Prompts

This commit is contained in:
Daniel Odendahl Jr
2017-04-11 16:15:09 +00:00
parent 4b77e55025
commit 3867b30498
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ module.exports = class ChooseCommand extends Command {
examples: [';choose "Cow" "Sheep"', ';choose "Bark" "Woof" "Meow" "Moo"'],
args: [{
key: 'choices',
prompt: 'What choices do you want me pick from? Surround each choice in "".',
prompt: 'What choices do you want me pick from?',
type: 'string',
infinite: true
}]