diff --git a/src/structures/MessageAttachment.js b/src/structures/MessageAttachment.js index fcb82d7a4..29f730764 100644 --- a/src/structures/MessageAttachment.js +++ b/src/structures/MessageAttachment.js @@ -99,13 +99,13 @@ class MessageAttachment { this.proxyURL = data.proxy_url; /** - * The height of this attachment (if an image) + * The height of this attachment (if an image or video) * @type {?number} */ this.height = data.height; /** - * The width of this attachment (if an image) + * The width of this attachment (if an image or video) * @type {?number} */ this.width = data.width;