💡 Start critical handlers
This commit is contained in:
parent
877bdbdb1d
commit
bef79d427e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue