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
intThe starting index of the embeds to remove.
count
intThe amount of embeds to remove.
Returns
- T
The current builder for chaining.