Remove obsolete prop from client

This commit is contained in:
Dragon Fire
2021-05-18 22:16:53 -04:00
parent ef0401425f
commit 5a96f2299f
-1
View File
@@ -44,7 +44,6 @@ module.exports = class XiaoClient extends CommandoClient {
this.botList = new BotList(this);
this.patreon = new Patreon();
this.blacklist = { guild: [], user: [] };
this.patrons = null;
this.pokemon = new PokemonStore();
this.games = new Collection();
this.dispatchers = new Map();