mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
Mark video property as readonly (#1833)
This commit is contained in:
parent
5fcc483ded
commit
86ffdc38d3
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue