Class UserUpdateDiscriminatorEvent

All Implemented Interfaces:
GenericEvent, UpdateEvent<User,String>

@Deprecated @ForRemoval public class UserUpdateDiscriminatorEvent extends GenericUserUpdateEvent<String>
Deprecated.
This will become obsolete in the future. Discriminators are being phased out and replaced by globally unique usernames. For more information, see New Usernames & Display Names.
Indicates that the discriminator of a User changed.

Can be used to retrieve the User who changed their discriminator and their previous discriminator.

Identifier: discriminator

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 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.