| Class | Description |
|---|---|
| GenericTextChannelEvent |
GenericTextChannelEvent
Fired whenever a TextChannel event is fired.Every TextChannelEvent 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. |
TextChannel
was either created
or deleted
All events of this package and its subpackages
are extensions of the GenericTextChannelEvent