export type BotCommand = { readonly id: number; command: string; mentor: number; bot: number; };