TextChannel
has been modified.
This provides both a GenericTextChannelUpdateEvent
and event for specific TextChannel settings such as the name.
| Class | Description |
|---|---|
| GenericTextChannelUpdateEvent<T> |
Indicates that a
TextChannel was updated. |
| TextChannelUpdateNameEvent |
Indicates that a
TextChannel's name changed. |
| TextChannelUpdateNSFWEvent |
Indicates that a
TextChannel's NSFW status changed. |
| TextChannelUpdateParentEvent |
Indicates that a
TextChannel's parent changed. |
| TextChannelUpdatePermissionsEvent |
Indicates that a
TextChannel's permission overrides changed. |
| TextChannelUpdatePositionEvent |
Indicates that a
TextChannel's position changed. |
| TextChannelUpdateTopicEvent |
Indicates that a
TextChannel's topic changed. |