You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/reference/templates/syntax-and-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ Interaction functions are covered [here](/docs/reference/templates/functions#int
254
254
| .Message.ReferencedMessage | Message object associated by message_reference, like a message that was replied to. |
255
255
| .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_). |
256
256
| .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. |
258
258
| .Message.WebhookID | If the message is generated by a webhook, this is the webhook's id |
0 commit comments