import { exec } from "node:child_process"; function execute(client, event, args) { process.exit(255); } export default { command: "restart", name: "restart", owner: true, desc: "restarts the bot", execute }