Made most object typedefs specify their properties

This commit is contained in:
Schuyler Cebulskie
2016-09-11 01:21:49 -04:00
parent 7da00cf0fe
commit 0833500d60
3 changed files with 29 additions and 34 deletions

View File

@@ -202,13 +202,9 @@ class VoiceConnection extends EventEmitter {
/**
* Options that can be passed to stream-playing methods:
* ```js
* {
* seek: 0,
* volume: 1
* };
* ```
* @typedef {Object} StreamOptions
* @property {number} [seek=0] The time to seek to
* @property {number} [volume=1] The volume to play at
*/
/**