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.
Removes the embed at the specified index.
public T RemoveEmbedAt(int index)
index
intThe current builder for chaining.