respond Public
open suspend fun respondPublic(message: Any = "", embed: suspend EmbedBuilder.() -> Unit? = null): InteractionResponseBehavior?
Content copied to clipboard
Create a public slash response with text and/or an embed.
Parameters
message
Message text content.
embed
Message embed content.