From c63bdb5fb16514cf568d5052bddc6dd48551ee7c Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Sat, 20 Jan 2018 13:47:35 +0000 Subject: [PATCH] Remove redundant doc tag descriptions --- src/client/voice/util/PlayInterface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/voice/util/PlayInterface.js b/src/client/voice/util/PlayInterface.js index f814683d3..e607bfd90 100644 --- a/src/client/voice/util/PlayInterface.js +++ b/src/client/voice/util/PlayInterface.js @@ -4,7 +4,7 @@ const prism = require('prism-media'); /** * Options that can be passed to stream-playing methods: * @typedef {Object} StreamOptions - * @property {StreamType} [type='unknown'] The type of stream. 'unknown', 'converted', 'opus', 'broadcast. + * @property {StreamType} [type='unknown'] The type of stream. * @property {number} [seek=0] The time to seek to * @property {number|boolean} [volume=1] The volume to play at. Set this to false to disable volume transforms for * this stream to improve performance.