mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -24,6 +24,7 @@ module.exports = class XiaoClient extends CommandClient {
|
||||
});
|
||||
this.fonts = new FontManager(this);
|
||||
this.redis = Redis.db;
|
||||
Redis.start();
|
||||
this.timers = new TimerManager(this);
|
||||
this.pokemon = new PokemonStore();
|
||||
this.dispatchers = new Map();
|
||||
|
||||
Reference in New Issue
Block a user