diff --git a/config/config.js b/config/config.js index 486bc02..7e01c55 100644 --- a/config/config.js +++ b/config/config.js @@ -1,6 +1,6 @@ module.exports = { Dev: "PROD.", - Version: "12.4.1", + Version: "12.4.2", Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot DefaultPrefix: "?", ServerID: "955668596745461830", diff --git a/structures/QuarksBot.js b/structures/QuarksBot.js index 0889ff8..935816a 100644 --- a/structures/QuarksBot.js +++ b/structures/QuarksBot.js @@ -17,7 +17,7 @@ class QuarksBot extends Client { this.logger = new Logger(path.join(__dirname, "..", "logs/Logs.log")); if (this.config.Token === "") - return new TypeError( + throw new TypeError( "The config.js is not filled out. Please make sure nothing is blank, otherwise the bot will not work properly." );