Table of Contents

Method RemoveEmbedAt

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

RemoveEmbedAt(int)

Removes the embed at the specified index.

public T RemoveEmbedAt(int index)

Parameters

index int

Returns

T

The current builder for chaining.