Method WithAuthor
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
WithAuthor(string?, string?, string?)
Sets the embed's author.
public DiscordEmbedBuilder WithAuthor(string? name = null, string? url = null, string? iconUrl = null)
Parameters
name
stringAuthor's name.
url
stringAuthor's url.
iconUrl
stringAuthor icon's url.
Returns
- DiscordEmbedBuilder
This embed builder.