Add channelEmpty event description

This commit is contained in:
Androz2091 2020-01-12 18:55:56 +01:00
parent ae366e66d9
commit ae264426c6

View file

@ -60,6 +60,11 @@ class Queue extends EventEmitter {
* @event Queue#end * @event Queue#end
*/ */
/**
* Emitted when the voice channel is empty.
* @event Queue#channelEmpty
*/
/** /**
* Emitted when the song changes. * Emitted when the song changes.
* @event Queue#songChanged * @event Queue#songChanged