mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
Расширения файлов не обязательны
This commit is contained in:
parent
6d14c60367
commit
c7760e1b32
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue