Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 5173743

Browse files
author
Arraying
committed
Patch
1 parent dc5658c commit 5173743

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ gradlew
7272
gradlew.bat
7373
settings.gradle
7474
splash.txt
75-
config.json
75+
config.json
76+
removals.json

.idea/modules/Arraybot.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/Arraybot_main.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/Arraybot_test.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group "de.arraying.arraybot"
18-
version "5.1.3"
18+
version "5.1.4"
1919

2020
ext.main = "Arraybot"
2121
mainClassName = "de.arraying.arraybot.Arraybot"
@@ -37,7 +37,7 @@ dependencies {
3737
compile "com.github.Arraying:Kotys:0.3.3" // JSON
3838
compile "com.github.Arraying:Zeus:0.4.4" // Script engine
3939
compile "ch.qos.logback:logback-classic:1.2.3" // Logging
40-
compile "net.dv8tion:JDA:3.3.1_316" // Discord
40+
compile "net.dv8tion:JDA:3.3.1_308" // Discord
4141
compile "biz.paluch.redis:lettuce:5.0.0.Beta1" // Database
4242
compile "commons-io:commons-io:2.5" // Utils
4343
compile "commons-lang:commons-lang:2.6" // Utils

0 commit comments

Comments
 (0)