Skip to content

Commit b4b4416

Browse files
committed
reference/custom embeds: fix old Discord docs link
Signed-off-by: Luca Zeuch <[email protected]>
1 parent b5e533a commit b4b4416

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/docs/reference/custom-embeds.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ One method of sending an embed with YAGPDB is using the command `customembed` (o
2828

2929
### Create embeds by hand
3030

31-
YAGPDB accepts embeds in JSON following the rules of [this
32-
format](https://discordapp.com/developers/docs/resources/channel#embed-object).
31+
YAGPDB accepts embeds in JSON following the rules of Discord's [Embed Object] structure.
32+
33+
[Embed Object]: https://discord.com/developers/docs/resources/message#embed-object.
3334

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:
3635

3736
```javascript
3837
{ "title": "This is my title", "description": "This is my description." }

0 commit comments

Comments
 (0)