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. |
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. |