mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +02:00
Remove the Quote Thing in the Prompts
This commit is contained in:
@@ -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
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user