setFooter

abstract 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.


Sets the footer of the embed.

Return

The current EmbedBuilder instance.

Parameters

footer

The footer of the embed.