From c7760e1b32b601d9ed50d87c21d0cccd010fb96c Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sun, 2 Jan 2022 00:19:19 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D1=81=D1=88=D0=B8=D1=80=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=BD=D0=B5=20=D0=BE=D0=B1=D1=8F=D0=B7=D0=B0=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/JaBa.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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