Changes

Summary

  1. Allow null user_id and provide partial Webhooks (#675) (commit: 81cfe00) (details)
Commit 81cfe004cd425ddba6522c0668604358ba5d5cff by Florian Spieß
Allow null user_id and provide partial Webhooks (#675)
* Added IllegalStateException when trying to use newClient() on a
Webhook with no token
* improved docs, made Webhook extend IFakeable, and added more
exceptions
(commit: 81cfe00)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/Webhook.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/impl/WebhookImpl.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/EntityBuilder.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/audit/AuditLogEntry.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/requests/restaction/pagination/AuditLogPaginationAction.java (diff)