-
Notifications
You must be signed in to change notification settings - Fork 12
Setup
Kaktushose edited this page Jan 23, 2022
·
2 revisions
In order to use this framework you will need the following things up and running:
- Java 8+
- JDA 4.4.x
- SLF4J Implementation not mandatory but recommended
You can download the latest version here.
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Kaktushose</groupId>
<artifactId>jda-commands</artifactId>
<version>VERSION</version>
</dependency>
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.Kaktushose:jda-commands:VERSION'
}
This wiki is the documentation for V3
(text commands)! If you're using V4
(interactions) please refer to the new documentation
Important
This wiki is the documentation for V3
(text commands)! If you're using V4
(interactions) please refer to the new documentation