promptModal

suspend fun promptModal(    interaction: ApplicationCommandInteraction,     title: String,     builder: SimpleModalBuilder.() -> Unit): Args2<DeferredEphemeralMessageInteractionResponseBehavior, Array<String?>>

Create a discord modal and collect the input.