From 8af2a727d4b22fa5610f3ac8a9af7c62e4d8e8d7 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 9 Dec 2019 12:38:48 -0500 Subject: [PATCH] Fix --- commands/other/cleverbot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();