interface BotCommandimport { type BotCommand } from "https://deno.land/x/mtkruto@0.1.157/3_types.ts"; A bot command. Propertiescommand: stringThe command's name. description: stringThe command's description.