content

fun content(text: String? = null, embed: EmbedBuilder.() -> Unit? = null)

Set the content of the message above the menu.

Parameters

text

The text content of the message.

embed

The embed content of the message.