Skip to content

v5.0.0-beta.12 | Bug fixes

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 01 Jul 18:45
· 172 commits to master since this release
d2ee6ae

Overview

This release fixes a few annoying bugs that were introduced by the username changes.

Bug Fixes

Full Changelog: v5.0.0-beta.11...v5.0.0-beta.12

Installation

Gradle

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

Maven

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