mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Make sure jeopardy is importing
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = class XiaoClient extends CommandClient {
|
||||
this.redis = new Redis(this);
|
||||
this.timers = new TimerManager(this);
|
||||
this.pokemon = new PokemonStore();
|
||||
this.jeopardy = new JeopardyScrape();
|
||||
this.jeopardy = new JeopardyScrape(this);
|
||||
this.dispatchers = new Map();
|
||||
this.cleverbots = new Map();
|
||||
this.phone = new PhoneManager(this);
|
||||
|
||||
Reference in New Issue
Block a user