mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-04-01 03:32:00 +05:00
remove unused vars
This commit is contained in:
parent
adf8ca5186
commit
5308d19d56
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue