mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Mark video property as readonly (#1833)
This commit is contained in:
@@ -92,6 +92,7 @@ class MessageEmbed {
|
||||
* @property {string} url URL of this video
|
||||
* @property {number} height Height of this video
|
||||
* @property {number} width Width of this video
|
||||
* @readonly
|
||||
*/
|
||||
this.video = data.video;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user