* Added an argument parsing system
* Added an heartbeat argument that send a command every 60 seconds if it's online
This commit is contained in:
23
build.gradle
23
build.gradle
@@ -23,24 +23,25 @@ repositories {
|
||||
maven {
|
||||
url 'https://m2.dv8tion.net/releases'
|
||||
}
|
||||
|
||||
maven {
|
||||
url 'https://jitpack.io'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// This dependency is used by the application.//
|
||||
implementation 'com.google.guava:guava:28.0-jre'
|
||||
implementation 'com.google.guava:guava:31.0.1-jre'
|
||||
//implementation 'org.slf4j:slf4j-log4j12:2.0.0-alpha0'
|
||||
implementation 'org.slf4j:slf4j-simple:2.0.0-alpha0'
|
||||
|
||||
implementation 'net.lingala.zip4j:zip4j:2.5.2'
|
||||
implementation 'club.minnced:opus-java:1.0.4'
|
||||
implementation 'net.lingala.zip4j:zip4j:2.9.1'
|
||||
implementation 'club.minnced:opus-java:1.1.1'
|
||||
|
||||
implementation 'ws.schild:jave-all-deps:2.7.3'
|
||||
implementation 'org.apache.commons:commons-lang3:3.0'
|
||||
implementation 'com.sedmelluq:lavaplayer:1.3.75'
|
||||
implementation 'net.dv8tion:JDA:4.2.1_253'
|
||||
|
||||
// Use JUnit test framework
|
||||
testImplementation 'junit:junit:4.12'
|
||||
implementation 'ws.schild:jave-all-deps:3.1.1'
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
implementation 'com.sedmelluq:lavaplayer:1.3.78'
|
||||
implementation 'com.github.DV8FromTheWorld:JDA:4.4.0'
|
||||
}
|
||||
|
||||
application {
|
||||
@@ -50,6 +51,6 @@ application {
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes('Manifest-Version': '1.0', 'Main-Class': 'fr.Skydust.JdrBot.JdrBot');
|
||||
attributes 'Main-Class': 'fr.Skydust.JdrBot.JdrBot'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user