chore: add 'LiveVideo' to Player#error (#229)
This commit is contained in:
parent
47a54690fe
commit
09325452a4
1 changed files with 1 additions and 1 deletions
|
@ -840,6 +840,6 @@ module.exports = Player
|
|||
/**
|
||||
* Emitted when an error is triggered
|
||||
* @event Player#error
|
||||
* @param {string} error It can be `NotConnected`, `UnableToJoin` or `NotPlaying`.
|
||||
* @param {string} error It can be `NotConnected`, `UnableToJoin`, `NotPlaying` or `LiveVideo`.
|
||||
* @param {Discord.Message} message
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue