Browse Source

Update EmbedBuilder.Overwrites.md (#20)

Missing "," in the EmbedBuilder code. Do I get the pedantic unlocked now?
tags/3.0.0
Tsathoggua of Nkai Still Hsu 4 years ago
parent
commit
76a878a3e1
No known key found for this signature in database GPG Key ID: 206F30E2490F42C0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/_overwrites/Common/EmbedBuilder.Overwrites.md

+ 1
- 1
docs/_overwrites/Common/EmbedBuilder.Overwrites.md View File

@@ -28,7 +28,7 @@ public async Task SendRichEmbedAsync()
var embed = new EmbedBuilder
{
// Embed property can be set within object initializer
Title = "Hello world!"
Title = "Hello world!",
Description = "I am a description set by initializer."
};
// Or with methods


Loading…
Cancel
Save