respondPublic

open suspend fun respondPublic(message: Any = "", embed: suspend EmbedBuilder.() -> Unit? = null): InteractionResponseBehavior?

Create a public slash response with text and/or an embed.

Parameters

message

Message text content.

embed

Message embed content.