import { registerCommands } from "./src/config/commands.js"; console.log("Registering global commands..."); registerCommands(); console.log("Commands registered.");