Files
flopobot_v2/commands.js
2025-11-06 02:48:36 +01:00

6 lines
166 B
JavaScript

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