Make sure jeopardy is importing

This commit is contained in:
lilyissillyyy
2026-01-06 13:22:57 -05:00
parent 547fa244ca
commit fb4ef5f8ef
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -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);