Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Luiza edited this page Dec 4, 2020 · 3 revisions

JDA-FRAMEWORK

Hello! Welcome to the jda-framework wiki page.

This framework is constantly receiving updates and new features, if you need help, feel free to send a message to me on Discord! ID: luiza#9940.


SETUP

Adding the repository on Gradle or Maven

This project is hosted by jitpack.

Gradle

repositories {
    maven {
        url 'https://jitpack.io'
    }
}
dependencies {
    implementation 'com.github.luizaprestes.jda-framework:VERSION'
}

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>com.github.luizaprestes.jda-framework</groupId>
        <artifactId>jda-framework</artifactId>
        <version>VERSION</version>
    </dependency>
</dependencies>

Wiki tree

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.