New Features
Bug Fixes
- Fix
ModalMapping::getAsAttachmentListif no attachments were submitted by @archer-321 in #2941 - Remove internal class call and replace with local version by @mikomikotaishi in #2944
- Fix emtpy edit message builders by @MinnDevelopment in #2953
- Add check for valid interface types on ChannelCacheView#ofType by @MinnDevelopment in #2955
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>