Method WithAuthor
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.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.