VoiceChannel
has been modified.See: Description
| Class | Description |
|---|---|
| GenericVoiceChannelUpdateEvent |
GenericVoiceChannelUpdateEvent
Fired whenever a VoiceChannel updates.Every VoiceChannelUpdateEvent is an instance of this event and can be casted. |
| VoiceChannelUpdateBitrateEvent |
VoiceChannelUpdateBitrateEvent
Fired if a VoiceChannel's bitrate changes.Use: Get affected VoiceChannel, affected Guild and previous bitrate. |
| VoiceChannelUpdateNameEvent |
VoiceChannelUpdateNameEvent
Fired if a VoiceChannel's name changes.Use: Get affected VoiceChannel, affected Guild and previous name. |
| VoiceChannelUpdatePermissionsEvent |
VoiceChannelUpdatePermissionsEvent
Fired if a VoiceChannel's permission overrides change.Use: Get affected VoiceChannel, affected Guild and affected Roles/Users. |
| VoiceChannelUpdatePositionEvent |
VoiceChannelUpdatePositionEvent
Fired if a VoiceChannel's position changes.Use: Get affected VoiceChannel, affected Guild and previous position. |
| VoiceChannelUpdateUserLimitEvent |
VoiceChannelUpdateUserLimitEvent
Fired if a VoiceChannel's user limit changes.Use: Get affected VoiceChannel, affected Guild and previous user limit. |
VoiceChannel
has been modified.
This provides both a GenericVoiceChannelUpdateEvent
and event for specific TextChannel settings such as the name.