mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +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
0736d0d3a3
commit
d56da896c2
1 changed files with 4 additions and 2 deletions
|
|
@ -8,8 +8,10 @@ import path from "path";
|
|||
app.start(process.env.PORT || 3000).then(async (d) => {
|
||||
console.log(`App is UP (please help)`);
|
||||
setInterval(() => {
|
||||
fetch("https://uptime.saahild.com/api/push/DioNHIGz58?status=up&msg=OK&ping=")
|
||||
}, 60_000)
|
||||
fetch(
|
||||
"https://uptime.saahild.com/api/push/DioNHIGz58?status=up&msg=OK&ping=",
|
||||
);
|
||||
}, 60_000);
|
||||
});
|
||||
// app.client.cha
|
||||
const cmdLoader = new Loader(app, path.join(__dirname, "commands"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue