Skip to content

v1.1 | Selection Menus

Latest
Compare
Choose a tag to compare
@azzerial azzerial released this 16 Sep 14:36
4be0648

New Features

  • added the SlashSelectionMenu class which represents Discord's selection menu
  • added configuration flags when building the SlashClient
  • added the new Slash Command option type OptionType.NUMBER

Minor Updates

  • raised the limit of component callbacks
  • enforced the SlashClientBuilder to check for JDA ready status
  • refactored the build.gradle dependencies

Breaking Changes

  • refactored the packages namespaces to match the newly purchased domain name azzerial.net

Installation

This release version is: 1.1
And the lastest version is:

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.azzerial.slash-commands:api:1.1'
}

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.azzerial.slash-commands</groupId>
    <artifactId>api</artifactId>
    <version>1.1</version>
</dependency>