We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b81f4 commit 9bea6faCopy full SHA for 9bea6fa
types/media.js
@@ -119,7 +119,7 @@ class Video extends Media {
119
*
120
* @param {String} video The video file's link
121
* @param {Boolean} isItAnID Whether video is an id (true) or a link (false)
122
- * @param {String} [caption] Describes the specified image media
+ * @param {String} [caption] Describes the specified video media
123
*/
124
constructor(video, isItAnID = false, caption) {
125
if (!video) throw new Error("Video must have a video link or id");
0 commit comments