mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 19:45:11 +00:00
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:
parent
6230082461
commit
8087d24914
1 changed files with 2 additions and 2 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue