prompt

abstract suspend fun <I, O> prompt(    argument: Argument<I, O>,     text: String = "",     embed: suspend EmbedBuilder.() -> Unit? = null): O

Prompt the user with text and/or embed.

Parameters

argument

The Argument that the prompt expects in response.

text

A String sent as part of the prompt.

embed

The embed sent as part of the prompt.