Table of Contents

Method AddField

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

AddField(string, string, bool)

Adds a field to this embed.

public DiscordEmbedBuilder AddField(string name, string value, bool inline = false)

Parameters

name string

Name of the field to add.

value string

Value of the field to add.

inline bool

Whether the field is to be inline or not.

Returns

DiscordEmbedBuilder

This embed builder.