Mark video property as readonly (#1833)

This commit is contained in:
BigBrainAFK
2017-08-26 11:00:33 +02:00
committed by Amish Shah
parent 5fcc483ded
commit 86ffdc38d3

View File

@@ -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;