mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Finish removing "Oh no, an error occurred"
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user