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();