Table of Contents

Method WithFooter

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.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.