Changes

Summary

  1. Fix of typo - MessageChannel.java (commit: 810d1b2) (details)
  2. Add support for sending multiple files with a webhook (#681) (commit: 09f7e6c) (details)
Commit 810d1b2a01c62909cc4d0c3908a65d54702ad5c1 by Florian Spieß
Fix of typo - MessageChannel.java
(commit: 810d1b2)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/MessageChannel.java (diff)
Commit 09f7e6cd4e900982e5595101ed0574c3088fef36 by noreply
Add support for sending multiple files with a webhook (#681)
* Fix NPE on null embeds and avoid using the builder for embeds
* Pre-load resources to allow broadcasting files
* Replace old WebhookMessage factories to use varargs convention
* Remove documentation for HttpException which does not occur
(commit: 09f7e6c)
The file was modifiedsrc/main/java/net/dv8tion/jda/webhook/WebhookMessage.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/requests/restaction/MessageAction.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/webhook/WebhookClient.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/requests/ratelimit/BotRateLimiter.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/requests/Requester.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/webhook/WebhookCluster.java (diff)
The file was addedsrc/main/java/net/dv8tion/jda/webhook/MessageAttachment.java
The file was modifiedsrc/main/java/net/dv8tion/jda/webhook/WebhookMessageBuilder.java (diff)