mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-03-18 21:40:27 +01:00
5 lines
165 B
JavaScript
5 lines
165 B
JavaScript
import { registerCommands } from './src/config/commands.js';
|
|
|
|
console.log('Registering global commands...');
|
|
registerCommands();
|
|
console.log('Commands registered.'); |