Class RoleCreateEvent

All Implemented Interfaces:
GenericEvent

public class RoleCreateEvent extends GenericRoleEvent
Indicates that a Role was created.

Can be used to retrieve the created Role and its Guild.

  • Constructor Details

    • RoleCreateEvent

      public RoleCreateEvent(@Nonnull JDA api, long responseNumber, @Nonnull Role createdRole)