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