Interfacehttpv0.1.0-next.0CommandRouteA slash or context-menu command row. typetype picks the per-kind map, namename is the lookup key. For a chat-input command with subcommands, namename is the full route path ('config/set''config/set'), the same key @SlashRoute@SlashRoute registers. interface CommandRouteinterface CommandRouteMember overviewPropertiesloadnametypePropertiesloadLazy import of the handler module, evaluated on first hit. readonly load: () => Promise<unknown>readonly load: () => Promise<unknown>namereadonly name: stringreadonly name: stringtypereadonly type: ApplicationCommandTypereadonly type: ApplicationCommandType
loadLazy import of the handler module, evaluated on first hit. readonly load: () => Promise<unknown>readonly load: () => Promise<unknown>