Updated the jdrbot to be at the same standard as potatos
Some checks failed
Production deployment / Build (push) Failing after 27s
Production deployment / Deploying (push) Has been skipped

This commit was merged in pull request #1.
This commit is contained in:
2023-09-09 23:09:20 +02:00
parent a57698bf2c
commit b98bb0a634
56 changed files with 631 additions and 737 deletions

View File

@@ -14,32 +14,29 @@ plugins {
id 'application'
// Shadow plugin to make uberJars
id 'com.github.johnrengelman.shadow' version '7.1.0'
id 'com.github.johnrengelman.shadow' version '8.1.1'
}
repositories {
mavenCentral()
maven {
url 'https://m2.dv8tion.net/releases'
}
maven {
url 'https://jitpack.io'
}
}
dependencies {
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.github.oshi:oshi-core:6.1.6'
implementation 'com.github.oshi:oshi-json:3.13.6'
implementation 'org.slf4j:slf4j-simple:2.0.0-alpha0'
implementation 'net.lingala.zip4j:zip4j:2.10.0'
implementation 'club.minnced:opus-java:1.1.1'
implementation 'ws.schild:jave-all-deps:3.3.1'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.github.oshi:oshi-core:6.1.6'
implementation 'com.github.oshi:oshi-json:3.13.6'
implementation 'org.slf4j:slf4j-simple:2.0.9'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'com.sedmelluq:lavaplayer:1.3.78'
implementation 'com.github.DV8FromTheWorld:JDA:5.0.0-alpha.12'
implementation 'dev.arbjerg:lavaplayer:2.0.1'
implementation 'net.dv8tion:JDA:5.0.0-beta.13'
implementation 'org.reflections:reflections:0.10.2'
}
application {