Skip to content

v5.0.0-beta.15 | Bug fixes

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 30 Sep 17:42
· 69 commits to master since this release
8e62a96

Overview

This release fixes a bug introduced by 5.0.0-beta.14.

Bug Fixes

Full Changelog: v5.0.0-beta.14...v5.0.0-beta.15

Installation

Gradle

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

Maven

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