Updated ready.js

This commit is contained in:
Christer Warén 2021-08-19 01:52:55 +03:00
parent d5b8d67064
commit 63e99dd2b3

View File

@ -44,5 +44,7 @@ module.exports = {
client.datastore.calculateGlobal(client);
require(`../emojis.js`).execute(client);
require(`../commands.js`).execute(client.user.id);
}
}