mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 15:57:50 +02:00
Fix Jeopardy
This commit is contained in:
@@ -3,6 +3,7 @@ const request = require('node-superfetch');
|
||||
const winston = require('winston');
|
||||
const moment = require('moment-timezone');
|
||||
const Redis = require('./Redis');
|
||||
const JeopardyScrape = require('./JeopardyScrape');
|
||||
const Tensorflow = require('./Tensorflow');
|
||||
const FontManager = require('./fonts/FontManager');
|
||||
const PhoneManager = require('./phone/PhoneManager');
|
||||
@@ -26,6 +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.dispatchers = new Map();
|
||||
this.cleverbots = new Map();
|
||||
this.phone = new PhoneManager(this);
|
||||
|
||||
Reference in New Issue
Block a user