Method RemoveFieldAt
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
RemoveFieldAt(int)
Removes a field of the specified index from this embed.
public DiscordEmbedBuilder RemoveFieldAt(int index)
Parameters
index
intIndex of the field to remove.
Returns
- DiscordEmbedBuilder
This embed builder.