Changes

Summary

  1. User#openPrivatechannel no longer throws IllegalStateException when (commit: 76fc7a3) (details)
  2. Added getJDA to the Guild Managers. (commit: 0ab0419) (details)
  3. Added toString, equals, and hashCode to the Client specific entities. (commit: 74ea194) (details)
Commit 76fc7a312076183edb7729d500f73bd38dddfd9f by Austin Keener
User#openPrivatechannel no longer throws IllegalStateException when
having a PrivateChannel already. Instead it returns the cached one in an
EmptyRestAction.
(commit: 76fc7a3)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/impl/UserImpl.java (diff)
Commit 0ab0419713086527bc39d74b787b01cc7c0c1ca1 by Austin Keener
Added getJDA to the Guild Managers.
(commit: 0ab0419)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/managers/GuildManager.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/managers/GuildManagerUpdatable.java (diff)
Commit 74ea1945e077674e8e6fa325e51b5ad2faf683f5 by Austin Keener
Added toString, equals, and hashCode to the Client specific entities.
(commit: 74ea194)
The file was modifiedsrc/main/java/net/dv8tion/jda/client/entities/impl/OutgoingFriendRequestImpl.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/client/entities/impl/GroupImpl.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/client/entities/impl/CallUserImpl.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/client/entities/impl/CallVoiceStateImpl.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/client/entities/impl/IncomingFriendRequestImpl.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/client/entities/impl/FriendImpl.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/client/entities/Call.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/client/entities/impl/BlockedUserImpl.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/client/entities/impl/CallImpl.java (diff)