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