4 lines
98 B
Kotlin
4 lines
98 B
Kotlin
dependencies {
|
|
api(projects.cloudCore)
|
|
compileOnly ("net.dv8tion", "JDA", Versions.jda)
|
|
}
|