Changes

Summary

  1. Hotfix some issues introduced by v8 (#1597) (commit: 71a0ff1) (details)
Commit 71a0ff195c7a52805f9356b4bd138a4ce673c8cb by noreply
Hotfix some issues introduced by v8 (#1597)

* Remove handling for X-RateLimit-Reset-After on 429
Discord sends invalid reset-after headers on 429
Source: https://github.com/discord/discord-api-docs/issues/2761

* Improve handling of private channel cache
Now they will be cached whenever available
(commit: 71a0ff1)
The file was modifiedsrc/main/java/net/dv8tion/jda/internal/entities/EntityBuilder.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/internal/requests/ratelimit/BotRateLimiter.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/internal/handle/MessageCreateHandler.java (diff)