Finish removing "Oh no, an error occurred"

This commit is contained in:
Dragon Fire
2024-03-30 11:59:42 -04:00
parent f6b59c2d46
commit a135cac031
119 changed files with 3418 additions and 4116 deletions
-1
View File
@@ -34,7 +34,6 @@ module.exports = class XiaoClient extends CommandClient {
this.redis = Redis ? Redis.db : null;
this.timers = new TimerManager(this);
this.pokemon = new PokemonStore();
this.games = new Collection();
this.dispatchers = new Map();
this.cleverbots = new Map();
this.phone = new PhoneManager(this);