Skip to content

Commit 71e8431

Browse files
committed
docs: appease the (un)holy markdown linter
Signed-off-by: Luca Zeuch <[email protected]>
1 parent 8c1e434 commit 71e8431

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

content/docs/reference/custom-embeds.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ YAGPDB accepts embeds in JSON following the rules of Discord's [Embed Object] st
3232

3333
[Embed Object]: https://discord.com/developers/docs/resources/message#embed-object.
3434

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

content/docs/reference/templates/syntax-and-data.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ Similarly, provided a channel `$channel`, `$channel.Name` gives the name of the
127127
| .Channel.Topic | The topic of the channel. |
128128
| .Channel.Type | The type of the channel. Explained further in [Discord's channel documentation](https://discord.com/developers/docs/resources/channel#channel-object-channel-types) |
129129

130-
131130
[Channel object in Discord documentation](https://discordapp.com/developers/docs/resources/channel#channel-object).
132131

133132
[Channel functions documentation](functions#channel).

0 commit comments

Comments
 (0)