Merge pull request #449 from VermiumSifell/dev

💡 Start critical handlers
This commit is contained in:
Axel Olausson Holtenäs 2022-10-21 20:36:46 +02:00 committed by GitHub
commit a4f3deefda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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