Skip to content

v5.0.0-beta.17 | Fix webhooks in thread channels

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 29 Oct 14:10
· 51 commits to master since this release
7bdeea8

Overview

This release fixes some issues with webhook executions in thread channels.

Changes

Bug Fixes

Full Changelog: v5.0.0-beta.16...v5.0.0-beta.17

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:5.0.0-beta.17")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>5.0.0-beta.17</version> 
</dependency>