TextChannel
has been modified.See: Description
| Class | Description |
|---|---|
| GenericTextChannelUpdateEvent |
GenericTextChannelUpdateEvent
Fired whenever a TextChannel is updated.Every TextChannelUpdateEvent is an instance of this event and can be casted. |
| TextChannelUpdateNameEvent |
TextChannelUpdateNameEvent
Fired if a TextChannel's name changes.Use: Detect when a TextChannel name changes and get it's previous name. |
| TextChannelUpdateNSFWEvent |
TextChannelUpdateNSFWEvent
Fired if a TextChannel's NSFW status changes.Use: Detect when a TextChannel NSFW status changes and get it's previous value. |
| TextChannelUpdatePermissionsEvent |
TextChannelUpdatePermissionsEvent
Fired if a TextChannel's permission overrides change.Use: Detect when a TextChannel's permission overrides change and get affected Roles/Users. |
| TextChannelUpdatePositionEvent |
TextChannelUpdatePositionEvent
Fired if a TextChannel's position changes.Use: Detect when a TextChannel position changes and get it's previous position. |
| TextChannelUpdateTopicEvent |
TextChannelUpdateTopicEvent
Fired if a TextChannel's topic changes.Use: Detect when a TextChannel topic changes and get it's previous topic. |
TextChannel
has been modified.
This provides both a GenericTextChannelUpdateEvent
and event for specific TextChannel settings such as the name.