mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 08:23:37 +00:00
Fixed wrong directory
This commit is contained in:
@ -32,6 +32,6 @@ module.exports = {
|
||||
.then(res => res.json());
|
||||
}, 3600000);
|
||||
|
||||
require(`./emojis.js`).execute(client);
|
||||
require(`../emojis.js`).execute(client);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user