diff --git a/base/Client.js b/base/Client.js index 50ff49a8..a0e008ac 100644 --- a/base/Client.js +++ b/base/Client.js @@ -25,8 +25,6 @@ class JaBaClient extends Client { this.usersData = require("../base/User"); this.membersData = require("../base/Member"); this.dashboard = require("../dashboard/dashboard"); - this.states = {}; - this.knownGuilds = []; this.databaseCache = {}; this.databaseCache.users = new Collection();