Method AddField
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
AddField(string, string, bool)
Adds a field to this embed.
public DiscordEmbedBuilder AddField(string name, string value, bool inline = false)
Parameters
namestringName of the field to add.
valuestringValue of the field to add.
inlineboolWhether the field is to be inline or not.
Returns
- DiscordEmbedBuilder
This embed builder.