fix: no await
Node.js CI / Lint and Test (push) Has been cancelled

This commit is contained in:
2025-07-19 18:46:45 -07:00
parent f4381f503c
commit e8ec6b4ca0
+1 -1
View File
@@ -39,4 +39,4 @@ chibika.on(Events.InteractionCreate, (interaction) => {
});
await chibika.login(process.env.DISCORD_TOKEN);
await instantiateServer();
instantiateServer();