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 Indicates that the email of the current user changed.SelfUpdateMFAEvent Indicates that the mfa level of the current user changed.SelfUpdateMobileEvent Indicates that you login to your discord account with a mobile device for the first time.SelfUpdateNameEvent Indicates that the name of the current user changed.SelfUpdateNitroEvent Indicates that the current user subscribed to nitro or the active nitro subscription ran out.SelfUpdatePhoneNumberEvent Indicates that the phone number associated with your account changed.SelfUpdateVerifiedEvent Indicates that the verification state of the current user changed.