chore: add 'LiveVideo' to Player#error (#229)

This commit is contained in:
Casper 2021-01-03 17:07:10 +01:00 committed by GitHub
parent 47a54690fe
commit 09325452a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*/