diff --git a/src/structures/MessageAttachment.js b/src/structures/MessageAttachment.js index bf5f345..b8977b8 100644 --- a/src/structures/MessageAttachment.js +++ b/src/structures/MessageAttachment.js @@ -125,8 +125,9 @@ class MessageAttachment { if ('content_type' in data) { /** - * The media type of this attachment + * The media (MIME) type of this attachment * @type {?string} + * @see {@link https://developer.mozilla.org/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types} */ this.contentType = data.content_type; } else {