Class CategoryCreateEvent


  • public class CategoryCreateEvent
    extends GenericCategoryEvent
    Indicates that a Category was created.

    Can be used to retrieve the newly created Category

    • Constructor Detail

      • CategoryCreateEvent

        public CategoryCreateEvent​(JDA api,
                                   long responseNumber,
                                   Category category)