Files
flopobot_v2/commands.js
2025-07-29 15:18:43 +02:00

5 lines
165 B
JavaScript

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