Table of Contents

Method RemoveFieldAt

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

RemoveFieldAt(int)

Removes a field of the specified index from this embed.

public DiscordEmbedBuilder RemoveFieldAt(int index)

Parameters

index int

Index of the field to remove.

Returns

DiscordEmbedBuilder

This embed builder.