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
Returns
- DiscordEmbedBuilder
This embed builder.