- Added `ComponentMessageBinding` model to manage message components in the database. - Updated `WelcomeConfig`, `Tag`, and `ScheduledMessage` models to support new component fields. - Integrated component handling in various modules, including Scheduler and Tags, to improve message customization. - Enhanced user experience by implementing new commands for creating and managing component messages in the utility module. - Updated localization files to reflect new component-related features and improve user guidance.
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
export {
|
|
handleComponentsV2Interaction,
|
|
isComponentsV2Interaction
|
|
} from './interactions.js';
|