mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 00:12:38 +02:00
Remove obsolete prop from client
This commit is contained in:
@@ -44,7 +44,6 @@ module.exports = class XiaoClient extends CommandoClient {
|
|||||||
this.botList = new BotList(this);
|
this.botList = new BotList(this);
|
||||||
this.patreon = new Patreon();
|
this.patreon = new Patreon();
|
||||||
this.blacklist = { guild: [], user: [] };
|
this.blacklist = { guild: [], user: [] };
|
||||||
this.patrons = null;
|
|
||||||
this.pokemon = new PokemonStore();
|
this.pokemon = new PokemonStore();
|
||||||
this.games = new Collection();
|
this.games = new Collection();
|
||||||
this.dispatchers = new Map();
|
this.dispatchers = new Map();
|
||||||
|
|||||||
Reference in New Issue
Block a user