Revamp Cleverbot

This commit is contained in:
Dragon Fire
2021-03-06 13:38:20 -05:00
parent d5d6abfa35
commit 168b8ec9ab
6 changed files with 94 additions and 32 deletions
+1
View File
@@ -39,6 +39,7 @@ module.exports = class XiaoClient extends CommandoClient {
this.pokemon = new PokemonStore();
this.games = new Collection();
this.dispatchers = new Map();
this.cleverbots = new Map();
this.phone = new PhoneManager(this);
this.activities = activities;
this.leaveMessages = leaveMsgs;