diff --git a/commands/other/cleverbot.js b/commands/other/cleverbot.js index 0219c75b..8925c700 100644 --- a/commands/other/cleverbot.js +++ b/commands/other/cleverbot.js @@ -25,10 +25,11 @@ module.exports = class CleverbotCommand extends Command { type: 'string' } ], - patterns: [new RegExp(`^() (.+)`, 'i')] + patterns: [] }); this.convos = new Map(); + this.patterns.push(new RegExp(`^() (.+)`, 'i')); } async run(msg, { text }, fromPattern) {