Package net.dv8tion.jda.api.events.guild.member.update
package net.dv8tion.jda.api.events.guild.member.update
Events for
Member
updates.
Requirements
These events require the GUILD_MEMBERS
intent to be enabled.
createDefault(String)
and
createLight(String)
disable this by default!
Additionally, these events require the MemberCachePolicy
to cache the updated members. Discord does not specifically tell us about the updates, but merely tells us the
member was updated and gives us the updated member object. In order to fire specific events we
need to have the old member cached to compare against.
-
ClassDescriptionIndicates that a
Guild
member event is fired.Indicates that theMember.getFlags()
flags for aMember
were updated.Indicates that aMember
has agreed to Membership Screening requirements.Indicates that aMember
had their time out changed.