This commit is contained in:
cirroskais 2024-03-05 23:29:36 -05:00
parent 101fd3a879
commit 29a80dcedc
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,6 @@ const client = createBot({
}, },
}); });
// Load handlers step and whatnot ( hatchets )
await interactionHandler.load(client); await interactionHandler.load(client);
client.start(); client.start();