From 5a96f2299ffd8cd405d5ce8e4b217cfe21965db8 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 18 May 2021 22:16:53 -0400 Subject: [PATCH] Remove obsolete prop from client --- structures/Client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/structures/Client.js b/structures/Client.js index 580bd15a..6488ddec 100644 --- a/structures/Client.js +++ b/structures/Client.js @@ -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();