mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
docs(messageattachment): fix contentType docs (#7413)
This commit is contained in:
@@ -124,7 +124,7 @@ class MessageAttachment {
|
|||||||
|
|
||||||
if ('content_type' in data) {
|
if ('content_type' in data) {
|
||||||
/**
|
/**
|
||||||
* This media type of this attachment
|
* The media type of this attachment
|
||||||
* @type {?string}
|
* @type {?string}
|
||||||
*/
|
*/
|
||||||
this.contentType = data.content_type;
|
this.contentType = data.content_type;
|
||||||
|
|||||||
Reference in New Issue
Block a user