CategoryCreateEvent, CategoryDeleteEvent, CategoryUpdatePermissionsEvent, GenericCategoryUpdateEventpublic abstract class GenericCategoryEvent extends Event
Category was created/deleted/updated.
Can be used to detect that any category event was fired
| Constructor | Description |
|---|---|
GenericCategoryEvent(JDA api,
long responseNumber,
Category category) |
| Modifier and Type | Method | Description |
|---|---|---|
Category |
getCategory() |
The responsible
Category |
Guild |
getGuild() |
|
java.lang.String |
getId() |
The snowflake ID for the responsible
Category |
long |
getIdLong() |
The snowflake ID for the responsible
Category |
getJDA, getResponseNumber