Table of Contents

Method WithTitle

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithTitle(string)

Sets the embed's title.

public DiscordEmbedBuilder WithTitle(string title)

Parameters

title string

Title to set.

Returns

DiscordEmbedBuilder

This embed builder.