mirror of https://github.com/openclaw/openclaw.git
fix(discord): restore component custom id barrel exports
This commit is contained in:
parent
ec426ac356
commit
cb7e391285
|
|
@ -231,6 +231,16 @@ export type DiscordComponentBuildResult = {
|
|||
entries: DiscordComponentEntry[];
|
||||
modals: DiscordModalEntry[];
|
||||
};
|
||||
export {
|
||||
DISCORD_COMPONENT_CUSTOM_ID_KEY,
|
||||
DISCORD_MODAL_CUSTOM_ID_KEY,
|
||||
buildDiscordComponentCustomId,
|
||||
buildDiscordModalCustomId,
|
||||
parseDiscordComponentCustomId,
|
||||
parseDiscordComponentCustomIdForCarbon,
|
||||
parseDiscordModalCustomId,
|
||||
parseDiscordModalCustomIdForCarbon,
|
||||
} from "./component-custom-id.js";
|
||||
export { buildDiscordInteractiveComponents } from "./shared-interactive.js";
|
||||
|
||||
const BLOCK_ALIASES = new Map<string, DiscordComponentBlock["type"]>([
|
||||
|
|
|
|||
Loading…
Reference in New Issue