We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e533a commit b4b4416Copy full SHA for b4b4416
content/docs/reference/custom-embeds.md
@@ -28,11 +28,10 @@ One method of sending an embed with YAGPDB is using the command `customembed` (o
28
29
### Create embeds by hand
30
31
-YAGPDB accepts embeds in JSON following the rules of [this
32
-format](https://discordapp.com/developers/docs/resources/channel#embed-object).
+YAGPDB accepts embeds in JSON following the rules of Discord's [Embed Object] structure.
+
33
+[Embed Object]: https://discord.com/developers/docs/resources/message#embed-object.
34
-There, we'll take a look at the **Embed Objects**. You can add a value to each of these objects. A very simple embed
35
-would look like this:
36
37
```javascript
38
{ "title": "This is my title", "description": "This is my description." }
0 commit comments