Method RemoveFieldAt
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.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.