mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 23:05:04 +02:00
Bug Fix
This commit is contained in:
@@ -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(' | ')) {
|
||||
|
||||
Reference in New Issue
Block a user