mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
docs(Embed): Ensure height and width are numbers (#8396)
This commit is contained in:
@@ -73,8 +73,8 @@ class Embed {
|
|||||||
* @typedef {Object} EmbedAssetData
|
* @typedef {Object} EmbedAssetData
|
||||||
* @property {?string} url The URL of the image
|
* @property {?string} url The URL of the image
|
||||||
* @property {?string} proxyURL The proxy URL of the image
|
* @property {?string} proxyURL The proxy URL of the image
|
||||||
* @property {?string} height The height of the image
|
* @property {?number} height The height of the image
|
||||||
* @property {?string} width The width of the image
|
* @property {?number} width The width of the image
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user