prompt Button
open suspend override fun <S> promptButton(prompt: suspend ButtonPromptBuilder<S>.() -> Unit): S
Content copied to clipboard
Prompt the user with an embed and the provided buttons. Requires a call to both ButtonPromptBuilder.embed and ButtonPromptBuilder.buttons.
Parameters
prompt
The builder