mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-01-18 16:37:40 +01:00
6 lines
166 B
JavaScript
6 lines
166 B
JavaScript
import { registerCommands } from "./src/config/commands.js";
|
|
|
|
console.log("Registering global commands...");
|
|
registerCommands();
|
|
console.log("Commands registered.");
|