Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 675 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 675 Bytes

ModularJDA

A modular command library designed to improve the development experience of JDA. I'll do a readme later.

Installation

Download

Add the following to your dependencies section in build.gradle. Make sure to replace version with the latest version, shown above. You'll also need to add jcenter to your repositories section, if it's not already there.

  repositories {
    jcenter()
  }

  dependencies {
    implementation 'io.github.techdweebgaming:modularjda:version'
  }