mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-06-17 06:55:59 +00:00
Required commands to load when bot is ready
This commit is contained in:
@ -44,7 +44,7 @@ module.exports = {
|
||||
client.datastore.calculateGlobal(client);
|
||||
require(`../emojis.js`).execute(client);
|
||||
|
||||
require(`../commands.js`).execute(client.user.id);
|
||||
require(`../commands.js`).execute(client);
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user