mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-23 05:13:17 +00:00
Required commands to load when bot is ready
This commit is contained in:
parent
8785d0c715
commit
42b8f52834
@ -44,7 +44,7 @@ module.exports = {
|
|||||||
client.datastore.calculateGlobal(client);
|
client.datastore.calculateGlobal(client);
|
||||||
require(`../emojis.js`).execute(client);
|
require(`../emojis.js`).execute(client);
|
||||||
|
|
||||||
require(`../commands.js`).execute(client.user.id);
|
require(`../commands.js`).execute(client);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user