god i love annoying orange

This commit is contained in:
murm 2023-03-19 01:10:48 -04:00
parent 6896751e86
commit b424b2f813
88 changed files with 91 additions and 3 deletions

View file

@ -7,6 +7,7 @@ import pm2 from "pm2";
import { getServers } from "../../utils/misc.js";
class StatsCommand extends Command {
static category = "general"
async run() {
const uptime = process.uptime() * 1000;
const connUptime = this.client.uptime;