Skip to content

Commit

Permalink
docs(messageattachment): fix contentType docs (#7413)
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ckPro committed Feb 7, 2022
1 parent d8184f9 commit 2800e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discord.js/src/structures/MessageAttachment.js
Expand Up @@ -124,7 +124,7 @@ class MessageAttachment {

if ('content_type' in data) {
/**
* This media type of this attachment
* The media type of this attachment
* @type {?string}
*/
this.contentType = data.content_type;
Expand Down

0 comments on commit 2800e07

Please sign in to comment.