diff --git a/base/JaBa.js b/base/JaBa.js index 4aec6a59..e7da9a43 100644 --- a/base/JaBa.js +++ b/base/JaBa.js @@ -22,8 +22,8 @@ class JaBa extends Client { constructor(options) { super(options); this.config = require("../config"); // Load the config file - this.customEmojis = require("../emojis.json"); // load the bot's emojis - this.languages = require("../languages/language-meta.json"); // Load the bot's languages + this.customEmojis = require("../emojis"); // load the bot's emojis + this.languages = require("../languages/language-meta"); // Load the bot's languages this.commands = new Collection(); // Creates new commands collection this.aliases = new Collection(); // Creates new command aliases collection this.logger = require("../helpers/logger"); // Load the logger file