Status management by a service. Displays the ping of the bot and the API.

This commit is contained in:
2025-10-29 08:43:47 +01:00
parent 1689a34d75
commit dd8fc81097
6 changed files with 146 additions and 77 deletions

1
src/type.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
type Host = { host: string, name: string, alive: boolean, type: 'ping' | 'website' };