💡 Start critical handlers

This commit is contained in:
Axel Olausson Holtenäs 2022-10-21 20:36:23 +02:00
parent 877bdbdb1d
commit bef79d427e

View file

@ -19,6 +19,7 @@ const main = async () => {
// Create command collection
client.commands = new Collection();
// Start critical handlers
await scheduleStart(client);
await eventRegister(client);
await commandRegister(client);