export interface BotCommand { command: string; description: string; }