Skip to content

v5.0.0-beta.8 | Hotfix NullPointerException

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 10 Apr 11:12
· 180 commits to master since this release
d8d2df6

Overview

This is a small hotfix release for an error introduced in beta 7.

Features

Bug Fixes

Full Changelog: v5.0.0-beta.7...v5.0.0-beta.8

Installation

Gradle

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

Maven

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