Created to make it easier to create something on DiscordAPI is based on Discord4J
- Creating a new Gradle project with IntelliJ (recommended)
- Creating a new Maven project with IntelliJ
- Creating a new Gradle project with Eclipse
- Creating a new Maven project with Eclipse
repositories {
maven { url "https://jitpack.io" }
mavenCentral()
}
dependencies {
implementation 'com.github.Demandss:d4j-dframework:master-SNAPSHOT'
}
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependencies>
<dependency>
<groupId>com.github.demandss</groupId>
<artifactId>d4j-dframework</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
</dependencies>