mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Fixed wrong directory
This commit is contained in:
parent
f300d9c0df
commit
50a2e49b54
@ -20,7 +20,7 @@ module.exports = class extends Client {
|
||||
this.funcs.msToTime = require('./funcs/msToTime.js');
|
||||
this.funcs.statisticsUpdate = require('./funcs/statisticsUpdate.js');
|
||||
|
||||
this.config = require('./config.js');
|
||||
this.config = require('../config.js');
|
||||
this.messages = require('./messages.js');
|
||||
|
||||
const commandFiles = fs.readdirSync(path.join('commands')).filter(f => f.endsWith('.js'));
|
||||
|
@ -32,6 +32,6 @@ module.exports = {
|
||||
.then(res => res.json());
|
||||
}, 3600000);
|
||||
|
||||
require(`./emojis.js`).execute(client);
|
||||
require(`../emojis.js`).execute(client);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user