Interface UserChangeDiscriminatorEvent

  • All Superinterfaces:
    Event, UserEvent

    public interface UserChangeDiscriminatorEvent
    extends UserEvent
    A user change discriminator event.
    • Method Detail

      • getNewDiscriminator

        java.lang.String getNewDiscriminator()
        Gets the new discriminator of the user.
        Returns:
        The new discriminator of the user.
      • getOldDiscriminator

        java.lang.String getOldDiscriminator()
        Gets the old discriminator of the user.
        Returns:
        The old discriminator of the user.