mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 09:48:56 +01:00
Status management by a service. Displays the ping of the bot and the API.
This commit is contained in:
1
src/type.d.ts
vendored
Normal file
1
src/type.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
type Host = { host: string, name: string, alive: boolean, type: 'ping' | 'website' };
|
||||
Reference in New Issue
Block a user