v5.0.0-alpha.3
DV8FromTheWorld
released this
24 Dec 22:02
·
471 commits
to master
since this release
Changelog
New Features
- Implement retrieveThreadMember by @Tais993 in #1919
- Add support for animated guild banners by @caneleex in #1897
- Move canTalk() from GuildMessageChannel to MessageChannel by @V-Play-Games in #1956
Changes
- Fix parsing of the nullable presence field on Thread Members Update by @caneleex in #1948
- Transform SelectionMenu magic values into constants by @caneleex in #1944
- Fix IllegalStateException for OptionType.MENTIONABLE by @averen in #1964
- Hardcode gateway url by @Xirado in #1957
- Use bitshifts instead of hexcodes in managers by @caneleex in #1953
Removed
- N/A
Full Changelog: v5.0.0-alpha.2...v5.0.0-alpha.3
Installation
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-alpha.3")
}
Maven
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-alpha.3</version>
</dependency>