Class GuildMemberRoleRemoveEvent

All Implemented Interfaces:
GenericEvent

public class GuildMemberRoleRemoveEvent extends GenericGuildMemberEvent
Indicates that one or more Roles were removed from a Member.

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

Requirements

This event requires the GUILD_MEMBERS intent to be enabled.
createDefault(String) and createLight(String) disable this by default!

Additionally, this event requires the MemberCachePolicy to cache the updated members. Discord does not specifically tell us about the role updates, but merely tells us the member was updated and gives us the updated member object. In order to fire a specific event like this we need to have the old member cached to compare against.

  • Constructor Details

  • Method Details

    • getRoles

      public List<Role> getRoles()
      The removed roles
      Returns:
      The removed roles