setFooter

open override fun setFooter(text: String, iconUrl: URL): EmbedBuilder(source)

Sets the footer of the embed.

Return

The current EmbedBuilder instance.

Parameters

text

The text of the footer.

iconUrl

The url of the icon.


open override fun setFooter(footer: EmbedFooterBuilder): EmbedBuilder(source)

Sets the footer of the embed.

Return

The current EmbedBuilder instance.

Parameters

footer

The footer of the embed.