Changes

Summary

  1. Added support for sending to webhooks (#443) (commit: 656265c) (details)
Commit 656265c433c7ff4bd5e7d0e2898d557c06463e9e by noreply
Added support for sending to webhooks (#443)
* WebhookCluster
* WebhookClientBuilder, WebhookClient
* WebhookMessageBuilder, WebhookMessage
(commit: 656265c)
The file was addedsrc/main/java/net/dv8tion/jda/core/exceptions/HttpException.java
The file was modifiedsrc/main/java/net/dv8tion/jda/package-info.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/impl/WebhookImpl.java (diff)
The file was addedsrc/main/java/net/dv8tion/jda/webhook/WebhookCluster.java
The file was modifiedsrc/main/java/net/dv8tion/jda/core/entities/Webhook.java (diff)
The file was addedsrc/main/java/net/dv8tion/jda/webhook/WebhookMessageBuilder.java
The file was modifiedsrc/main/java/net/dv8tion/jda/core/requests/Requester.java (diff)
The file was addedsrc/main/java/net/dv8tion/jda/webhook/package-info.java
The file was addedsrc/main/java/net/dv8tion/jda/webhook/WebhookClient.java
The file was addedsrc/main/java/net/dv8tion/jda/webhook/WebhookClientBuilder.java
The file was addedsrc/main/java/net/dv8tion/jda/webhook/WebhookMessage.java