Skip to content

Commit

Permalink
docs(Embed): Ensure height and width are numbers (#8396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Jul 30, 2022
1 parent d070de6 commit fca3dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/discord.js/src/structures/Embed.js
Expand Up @@ -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
*/

/**
Expand Down

1 comment on commit fca3dad

@vercel
Copy link

@vercel vercel bot commented on fca3dad Jul 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.