Table of Contents

Method RemoveEmbeds

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

RemoveEmbeds(int, int)

Removes the specified range of embeds.

public T RemoveEmbeds(int index, int count)

Parameters

index int

The starting index of the embeds to remove.

count int

The amount of embeds to remove.

Returns

T

The current builder for chaining.