v5.0.0-beta.12 | Bug fixes
MinnDevelopment
released this
01 Jul 18:45
·
172 commits
to master
since this release
Overview
This release fixes a few annoying bugs that were introduced by the username changes.
Bug Fixes
- Fix automod execution errors from rules without an associated channel by @CheesyGamer77 in #2483
- Handle clyde in DMs correctly by @MinnDevelopment in #2489
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>