mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-08-15 22:57:11 +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