Changes

Summary

  1. Fixed error dealing with ratelimit headers caused by the changes to (commit: cd6cee6) (details)
  2. Fixed NPE due to not dealing with unused fields depending on channel (commit: d529c40) (details)
Commit cd6cee6a5981f1a5b2e0f75d9c9c31d626768344 by Austin Keener
Fixed error dealing with ratelimit headers caused by the changes to
Unirest forcing case-sensitivity. >.>
(commit: cd6cee6)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/requests/ratelimit/BotRateLimiter.java (diff)
Commit d529c40e250301a51e7471e18f1023a491948cfc by Austin Keener
Fixed NPE due to not dealing with unused fields depending on channel
type.
(commit: d529c40)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/managers/ChannelManagerUpdatable.java (diff)