Table of Contents
API reference

Method WithTitle

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithTitle(string)

Sets the embed's title.

public DiscordEmbedBuilder WithTitle(string title)

Parameters

title string

Title to set.

Returns

DiscordEmbedBuilder

This embed builder.