diff --git a/structures/QuarksBot.js b/structures/QuarksBot.js index 753021c..0589d4a 100644 --- a/structures/QuarksBot.js +++ b/structures/QuarksBot.js @@ -14,8 +14,7 @@ class QuarksBot extends Client { this.config = config; this.commands = new Collection(); this.logger = new Logger(path.join(__dirname, "..", "logs/Logs.log")); - this.commandsRun = 0; - + if (this.config.Token === "") return new TypeError( "The config.js is not filled out. Please make sure nothing is blank, otherwise the bot will not work properly." @@ -30,7 +29,6 @@ class QuarksBot extends Client { this.Ready = false; this.ws.on("INTERACTION_CREATE", async (interaction) => { - this.commandsRun++; const start = new Date().getTime(); if (interaction.type!=3) { client.log("Interaction")