setEmbeds

open fun setEmbeds(vararg embeds: Embed): SendAble(source)
open fun setEmbeds(embeds: List<Embed>): SendAble(source)

Sets the embeds of the message.

Return

The current instance in order to chain call methods.

Parameters

embeds

The embeds of the message.