Skip to content

v3.7.1 | Hotfix for DefaultSendSystem

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 18 Jul 13:21
· 1291 commits to master since this release
2adfdca

This fixes a bug introduced by 3.7.0 which causes the DefaultSendSystem to fail delivering packages.

Pull Requests

PR Description
#714 Add getGuildsByName to ShardManager

Thank you all for your contributions!

Versions

Latest version: Download

The latest release build: 3.7.1_385

Changelog

Additions

+ Add getGuildsByName to ShardManager

Fixes

- Fixed issue with DefaultAudioSendSystem

Gradle

repositories {
    jcenter()
}

dependencies {
    compile 'net.dv8tion:JDA:3.7.1_385'
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>3.7.1_385</version>
</dependency>


<repository>
    <id>jcenter</id>
    <name>jcenter-bintray</name>
    <url>http://jcenter.bintray.com</url>
</repository>