sendFollowupEmbed
suspend fun GatewayInteractionResponse.sendFollowupEmbed(build: EmbedBuilder.() -> Unit): Message
Content copied to clipboard
Create and send a new followup message containing an embed built from the specified builder. This uses a webhook tied to the interaction ID and token.
Sources
jvm source
Link copied to clipboard