1
0
Fork 0
This repository has been archived on 2024-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
Ellie-bot/build.gradle.kts
2022-08-06 12:48:31 +12:00

14 lines
No EOL
188 B
Text

plugins {
id("java")
}
group = "net.ellibot.ellie"
version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
}
dependencies {
implementation("net.dv8tion:JDA:5.0.0-alpha.17")
}