Table of Contents

Method WithDescription

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithDescription(string)

Sets the embed's description.

public DiscordEmbedBuilder WithDescription(string description)

Parameters

description string

Description to set.

Returns

DiscordEmbedBuilder

This embed builder.