diff --git a/commands/response/choose.js b/commands/response/choose.js index bf6e2817..eddfd8b8 100644 --- a/commands/response/choose.js +++ b/commands/response/choose.js @@ -14,10 +14,7 @@ module.exports = class ChooseCommand extends commando.Command { args: [{ key: 'choices', prompt: 'What choices do you want me pick from? Split them with " | "!', - type: 'string', - validate: (str) => { - str.includes(" | "); - } + type: 'string' }] }); }