import { readFileSync } from "fs"; const { version } = JSON.parse(readFileSync(new URL("../../package.json", import.meta.url))); import Command from "../../classes/command.js"; import { getServers } from "../../utils/misc.js"; class InfoCommand extends Command { static category = "general" async run() { // await this.acknowledge(); return { html: `