mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
dependencies {
|
|
implementation("net.dv8tion:JDA:5.0.0-alpha.2") {
|
|
exclude(module = "opus-java")
|
|
}
|
|
|
|
compileOnly(project(":foundation-core"))
|
|
}
|