Add channelEmpty event description
This commit is contained in:
parent
ae366e66d9
commit
ae264426c6
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@ class Queue extends EventEmitter {
|
|||
* @event Queue#end
|
||||
*/
|
||||
|
||||
/**
|
||||
* Emitted when the voice channel is empty.
|
||||
* @event Queue#channelEmpty
|
||||
*/
|
||||
|
||||
/**
|
||||
* Emitted when the song changes.
|
||||
* @event Queue#songChanged
|
||||
|
|
Loading…
Reference in a new issue