Method RemoveEmbedAt
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
RemoveEmbedAt(int)
Removes the embed at the specified index.
public T RemoveEmbedAt(int index)
Parameters
indexint
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.