src.commands.user_prompt_command module

src.commands.user_prompt_command.register_user_prompt_handlers(bolt_app, state_manager: StateManager)[source]

Registers the action and modal handlers for the user-created daily prompt feature.

src.commands.user_prompt_command.send_user_prompt_invitation(client, user_id: str, team_id: str) None[source]

DM a user to invite them to create today’s prompt. Called by the scheduler when it randomly selects a user.