File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class ThreadManager extends CachedManager {
97
97
* Data that can be resolved to a Date object. This can be:
98
98
* * A Date object
99
99
* * A number representing a timestamp
100
- * * An [ISO 8601]( https://en.wikipedia.org/wiki/ISO_8601) string
100
+ * * An { @link https://en.wikipedia.org/wiki/ISO_8601 ISO 8601} string
101
101
* @typedef {Date|number|string } DateResolvable
102
102
*/
103
103
Original file line number Diff line number Diff line change @@ -225,7 +225,8 @@ class ShardClientUtil {
225
225
* Emitted when the client encounters an error.
226
226
* <warn>Errors thrown within this event do not have a catch handler, it is
227
227
* recommended to not use async functions as `error` event handlers. See the
228
- * [Node.js docs](https://nodejs.org/api/events.html#capture-rejections-of-promises) for details.</warn>
228
+ * {@link https://nodejs.org/api/events.html#capture-rejections-of-promises Node.js documentation}
229
+ * for details.)</warn>
229
230
* @event Client#error
230
231
* @param {Error } error The error encountered
231
232
*/
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class TextBasedChannel {
75
75
* @property {?string } [content=''] The content for the message. This can only be `null` when editing a message.
76
76
* @property {Array<(EmbedBuilder|Embed|APIEmbed)> } [embeds] The embeds for the message
77
77
* @property {MessageMentionOptions } [allowedMentions] Which mentions should be parsed from the message content
78
- * (see [here]( https://discord.com/developers/docs/resources/message#allowed-mentions-object) for more details)
78
+ * (see { @link https://discord.com/developers/docs/resources/message#allowed-mentions-object here} for more details)
79
79
* @property {Array<(AttachmentBuilder|Attachment|AttachmentPayload|BufferResolvable)> } [files]
80
80
* The files to send with the message.
81
81
* @property {Array<(ActionRowBuilder|ActionRow|APIActionRowComponent)> } [components]
You can’t perform that action at this time.
0 commit comments