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
name
stringName of the field to add.
value
stringValue of the field to add.
inline
boolWhether the field is to be inline or not.
Returns
- DiscordEmbedBuilder
This embed builder.