uptime monitor endpoint

This commit is contained in:
2022-11-24 22:58:27 +01:00
parent 7be72df267
commit f7727c3542
7 changed files with 674 additions and 4 deletions

View File

@@ -3,13 +3,13 @@ import { stdin as input, stdout as output } from "node:process";
import pack from "../../package.json";
import { Console } from "node:console";
import moment from "moment";
import startupTime from "../tools/startupTime";
import guild from "./guild";
import global from "./global";
const console = new Console(process.stdout);
const startupTime = new Date();
const rl = readline.createInterface(input, output);
rl.on("line", async (msg) => {