Eh, remove xiao prefix

This commit is contained in:
Dragon Fire
2019-12-09 12:49:04 -05:00
parent 9662e7a107
commit 3665637705
+1 -1
View File
@@ -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();