* Fix NPE with webhook messages. Webhook messages would be constructed as `JDAGuildSender`, which calls `Objects.requireNonNull(event.getMember())` however the JDA documentation states that the `getMember()` method will `be null in case of Message being received in a PrivateChannel or isWebhookMessage() returning true.` If the message is a webhook message, a generic `JDACommandSender` instance will be constructed instead of a `JDAGuildSender` * Add webhook fix to changelog |
||
|---|---|---|
| .. | ||
| cloud-javacord | ||
| cloud-jda | ||