Skip to content

Commit ed25ac3

Browse files
authored
reference: fix upstream docs link (#49)
1 parent 243514a commit ed25ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Interaction functions are covered [here](/docs/reference/templates/functions#int
282282
| .Message.ReferencedMessage | Message object associated by message_reference, like a message that was replied to. |
283283
| .Message.Timestamp | Timestamp of the message in type _discordgo.Timestamp_ (use .Message.Timestamp.Parse to get type _time.Time_ and .Parse.String method returns type _string_). |
284284
| .Message.TTS | Whether the message is text-to-speech. \* |
285-
| .Message.Type | The [type](https://discordapp.com/developers/docs/resources/channel#message-object-message-types) of the message. |
285+
| .Message.Type | The [type](https://discord.com/developers/docs/resources/message#message-object-message-types) of the message. |
286286
| .Message.WebhookID | If the message is generated by a webhook, this is the webhook's id |
287287

288288
| Field | Description |

0 commit comments

Comments
 (0)