Skip to content

v5.0.0-beta.6 | Messages in Stage Channels

Compare
Choose a tag to compare
@MinnDevelopment MinnDevelopment released this 19 Mar 15:58
· 212 commits to master since this release
b74be90

Overview

This release adds support for messages and interactions inside stage channels.

New Features

Changes

Bug Fixes

  • Fix NPE when adding choices on unsupported option types by @freya022 in #2418

Full Changelog: v5.0.0-beta.5...v5.0.0-beta.6

Installation

Gradle

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

Maven

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