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.SelfUpdateEmailEvent Deprecated. This is no longer supportedSelfUpdateMFAEvent Indicates that the mfa level of the current user changed.SelfUpdateMobileEvent Deprecated. This is no longer supportedSelfUpdateNameEvent Indicates that the name of the current user changed.SelfUpdateNitroEvent Deprecated. This is no longer supportedSelfUpdatePhoneNumberEvent Deprecated. This is no longer supportedSelfUpdateVerifiedEvent Indicates that the verification state of the current user changed.