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

14 lines
188 B
Text
Raw Normal View History

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