Menu Button Row Builder
class MenuButtonRowBuilder
Builder functions for menu buttons.
Functions
Link copied to clipboard
fun editButton(label: String?, emoji: DiscordEmoji?, style: ButtonStyle = ButtonStyle.Secondary, disabled: Boolean = false, bypassDefer: Boolean = false, action: suspend EmbedBuilder.(ButtonInteraction) -> Unit)
A Discord button component. Exposes the current embed page to be edited.
Link copied to clipboard
A Discord link button component. Opens the specified link in the browser.