Table of Contents

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 string

Author's name.

url string

Author's url.

iconUrl string

Author icon's url.

Returns

DiscordEmbedBuilder

This embed builder.