diff --git a/commands/other/cleverbot.js b/commands/other/cleverbot.js index 81c974f7..0219c75b 100644 --- a/commands/other/cleverbot.js +++ b/commands/other/cleverbot.js @@ -25,7 +25,7 @@ module.exports = class CleverbotCommand extends Command { type: 'string' } ], - patterns: [new RegExp(`^() (.+)`, 'i')] + patterns: [new RegExp(`^() (.+)`, 'i')] }); this.convos = new Map();