Class GuildMemberRoleAddEvent

  • All Implemented Interfaces:
    GenericEvent

    public class GuildMemberRoleAddEvent
    extends GenericGuildMemberEvent
    Indicates that one or more Roles were assigned to a Member.

    Can be used to retrieve affected member and guild. Provides a list of added roles.

    • Method Detail

      • getRoles

        @Nonnull
        public List<Role> getRoles()
        The list of roles that were added
        Returns:
        The list of roles that were added