Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 787 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 787 Bytes

Devain Discord Wrapper

Devain Discord Wrapper은 JDA 프레임워크를 통한 Devain 프로젝트에서의 Discord 명령어 연동을 담당하는 라이브러리입니다.

리플렉션을 통해 더욱 편리한 디스코드 명령어의 제작이 가능합니다.

종속성 추가

build.gradle에 다음과 같이 추가합니다 :

repositories {
   maven {
     url "https://repo.trinarywolf.net/releases" 
   }
}

depdendencies {
    implementation "skywolf46:devain-discord-jda:1.9.4"
}

사용법