From 86ffdc38d375ec62fd8c3893e010f98f99f4143e Mon Sep 17 00:00:00 2001 From: BigBrainAFK Date: Sat, 26 Aug 2017 11:00:33 +0200 Subject: [PATCH] Mark video property as readonly (#1833) --- src/structures/MessageEmbed.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/MessageEmbed.js b/src/structures/MessageEmbed.js index 6febf9491..be976470f 100644 --- a/src/structures/MessageEmbed.js +++ b/src/structures/MessageEmbed.js @@ -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;