Skip to content

Commit 5aa9f3e

Browse files
authored
Merge branch 'master' into callouts
2 parents 8678013 + ed25ac3 commit 5aa9f3e

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
@@ -254,7 +254,7 @@ Interaction functions are covered [here](/docs/reference/templates/functions#int
254254
| .Message.ReferencedMessage | Message object associated by message_reference, like a message that was replied to. |
255255
| .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_). |
256256
| .Message.TTS | Whether the message is text-to-speech. \* |
257-
| .Message.Type | The [type](https://discordapp.com/developers/docs/resources/channel#message-object-message-types) of the message. |
257+
| .Message.Type | The [type](https://discord.com/developers/docs/resources/message#message-object-message-types) of the message. |
258258
| .Message.WebhookID | If the message is generated by a webhook, this is the webhook's id |
259259

260260
| Field | Description |

0 commit comments

Comments
 (0)