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