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:36:09 +00:00 committed by GitHub
parent 0736d0d3a3
commit d56da896c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"));