Table of Contents

Method WithFooter

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithFooter(string, string)

Sets the embed's footer.

public DiscordEmbedBuilder WithFooter(string text = null, string iconUrl = null)

Parameters

text string

Footer's text.

iconUrl string

Footer icon's url.

Returns

DiscordEmbedBuilder

This embed builder.