Skip to content

v3.1.1

Latest
Compare
Choose a tag to compare
@ShindouMihou ShindouMihou released this 27 Jan 09:53
· 6 commits to master since this release
79fab7a

⭐ 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?

  • You are encouraged to update to the Maven Central version for a more stable, supported version of Velen.
  • Jitpack repository is no longer required, but you may continue to use Jitpack if you wish to utilize a certain version with only a specific commit.

🌡️ 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:

  • Anything in the custom responders for Velen that contains addFile as the start has been changed internally to utilize the non-deprecated method addAttachment counterparts. This will continue to be used until further notice.
  • The version number has been changed from v3.4.0-SNAPSHOT to 3.4.0for Javacord onpom.xml`.
  • The field numeric in the custom command builder for Velen is now using SlashCommandoptionType.LONG instead of INTEGER 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

<dependency>
    <groupId>pw.mihou</groupId>
    <artifactId>Velen</artifactId>
    <version>3.1.1</version>
</dependency>

📦 Gradle

implementation 'pw.mihou:Velen:3.1.1'