From 366563770527973b97f08dccc245053f34bcef4e Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 9 Dec 2019 12:49:04 -0500 Subject: [PATCH] Eh, remove xiao prefix --- 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 778f0054..e99dd212 100644 --- a/commands/other/cleverbot.js +++ b/commands/other/cleverbot.js @@ -25,7 +25,7 @@ module.exports = class CleverbotCommand extends Command { type: 'string' } ], - patterns: [/^(clevs|cleverbot|xiao) (.+)/i] + patterns: [/^(clevs|cleverbot) (.+)/i] }); this.convos = new Map();