v5.0.0-beta.8 | Hotfix NullPointerException
MinnDevelopment
released this
10 Apr 11:12
·
202 commits
to master
since this release
Overview
This is a small hotfix release for an error introduced in beta 7.
Features
- Support custom timeout on tasks by @MinnDevelopment in #2439
Bug Fixes
- Fix NPE in shardmanager by @MinnDevelopment in #2442
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>