Releases: azzerial/slash-commands
Releases · azzerial/slash-commands
v1.1 | Selection Menus
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>
v1.0
Installation
This release version is: 1.0
And the lastest version is:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.azzerial.slash-commands:api:1.0'
}
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.0</version>
</dependency>