Class | Description |
---|---|
GenericTextChannelEvent |
GenericTextChannelEvent
Fired whenever a TextChannel event is fired.Every TextChannelEvent is an instance of this event and can be casted. |
GenericTextChannelUpdateEvent |
GenericTextChannelUpdateEvent
Fired whenever a TextChannel is updated.Every TextChannelUpdateEvent is an instance of this event and can be casted. |
TextChannelCreateEvent |
TextChannelCreateEvent
Fired if a TextChannel has been created.Use: Detect new TextChannel creation. |
TextChannelDeleteEvent |
TextChannelDeleteEvent
Fired if a TextChannel has been deleted.Use: Detect when a TextChannel has been deleted. |
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. |