diff --git a/packages/discord.js/src/structures/Embed.js b/packages/discord.js/src/structures/Embed.js index 2566c8336..a84223ac8 100644 --- a/packages/discord.js/src/structures/Embed.js +++ b/packages/discord.js/src/structures/Embed.js @@ -73,8 +73,8 @@ class Embed { * @typedef {Object} EmbedAssetData * @property {?string} url The URL of the image * @property {?string} proxyURL The proxy URL of the image - * @property {?string} height The height of the image - * @property {?string} width The width of the image + * @property {?number} height The height of the image + * @property {?number} width The width of the image */ /**