Class | Description |
---|---|
GenericVoiceChannelEvent |
GenericVoiceChannelEvent
Fired whenever a VoiceChannel event is fired.Every VoiceChannelEvent is an instance of this event and can be casted. |
VoiceChannelCreateEvent | |
VoiceChannelDeleteEvent |
VoiceChannelDeleteEvent
Fired if a VoiceChannel is deleted.Use: Get affected VoiceChannel(likely to be null) or affected Guild. |
VoiceChannel
was either created
or deleted
All events of this package and its subpackages
are extensions of the GenericVoiceChannelEvent