prompt
open suspend override fun <I, O> prompt( argument: Argument<I, O>, text: String, embed: suspend EmbedBuilder.() -> Unit?): O
Content copied to clipboard
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.