mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 03:40:19 +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);
|
||||
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