enhancement(lint): Fix lint errors for src/index.ts

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2024-09-10 17:54:11 +00:00 committed by GitHub
parent 6230082461
commit 8087d24914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,8 @@ app.start(process.env.PORT || 3000).then(async (d) => {
}, 60_000);
app.client.chat.postMessage({
channel: `D07LBMXD9FF`,
text: `Starting Slack Bot :D`
})
text: `Starting Slack Bot :D`,
});
});
// app.client.cha
const cmdLoader = new Loader(app, path.join(__dirname, "commands"));