Skip to content

v6.1.1

Latest

Choose a tag to compare

@MinnDevelopment MinnDevelopment released this 02 Nov 15:10
· 1 commit to master since this release
7d465e5

New Features

  • Implement Reading/Writing System Channel Flags by @LaFriska in #2928

Bug Fixes

Full Changelog: v6.1.0...v6.1.1

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:6.1.1")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>6.1.1</version> 
</dependency>