v3.1.1 #23
ShindouMihou
announced in
Announcements
v3.1.1
#23
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
⭐ Maven Central & Javacord 3.4.0
Velen is now back on Maven Central after Javacord has finally released their v3.4.0 to the general public. What does this mean for us people who've used the Jitpack version?
🌡️ What have changed in this tiny patch?
This version of Velen provides a little compatibility update to allow support to the newer, stable release of Javacord. The following changes were done to prevent a breaking, deprecated change:
addFile
as the start has been changed internally to utilize the non-deprecated methodaddAttachment
counterparts. This will continue to be used until further notice.v3.4.0-SNAPSHOT
to 3.4.0for Javacord on
pom.xml`.numeric
in the custom command builder for Velen is now usingSlashCommandoptionType.LONG
instead ofINTEGER
which was removed for specific reasons❤️ Installation
You can install Velen from Maven Central, otherwise known as Sonatype, which also hosts Javacord and many
other libraries.
📦 Maven
📦 Gradle
implementation 'pw.mihou:Velen:3.1.1'
This discussion was created from the release v3.1.1.
Beta Was this translation helpful? Give feedback.
All reactions