mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Automatic holiday avatars
This commit is contained in:
@@ -9,6 +9,7 @@ const FontManager = require('./fonts/FontManager');
|
||||
const PhoneManager = require('./phone/PhoneManager');
|
||||
const TimerManager = require('./remind/TimerManager');
|
||||
const PokemonStore = require('./pokemon/PokemonStore');
|
||||
const AvatarChanger = require('./AvatarChanger');
|
||||
const activities = require('./Activity');
|
||||
const { REPORT_CHANNEL_ID, JOIN_LEAVE_CHANNEL_ID } = process.env;
|
||||
|
||||
@@ -33,6 +34,7 @@ module.exports = class XiaoClient extends CommandClient {
|
||||
this.phone = new PhoneManager(this);
|
||||
this.tensorflow = new Tensorflow(this);
|
||||
this.activities = activities;
|
||||
this.avatarChanger = new AvatarChanger(this);
|
||||
this.adultSiteList = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user