Required commands to load when bot is ready

This commit is contained in:
Christer Warén 2021-08-21 17:55:52 +03:00
parent 8785d0c715
commit 42b8f52834

View File

@ -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);
}
}