Package net.dv8tion.jda.api.events.self
Events indicating that one of the currently logged in
account's settings has been modified.
Such as credentials or its avatar!
Every event in this package extends the
Every event in this package extends the
GenericSelfUpdateEvent
-
Class Summary Class Description GenericSelfUpdateEvent<T> Indicates that aSelfUser
changed or started an activity.SelfUpdateAvatarEvent Indicates that the avatar of the current user changed.SelfUpdateDiscriminatorEvent Indicates that the discriminator of the current user changed.SelfUpdateMFAEvent Indicates that the mfa level of the current user changed.SelfUpdateNameEvent Indicates that the name of the current user changed.SelfUpdateVerifiedEvent Indicates that the verification state of the current user changed.