pingex
/
DiscordBot
Archived
1
0
Fork 0

Added Discord4j Logger dependency

master
Pingex aka Raphaël 9 years ago
parent fd219962fc
commit d5742a5a6e

@ -16,4 +16,5 @@ dependencies {
compile "com.github.austinv11:Discord4j:2.4.2" compile "com.github.austinv11:Discord4j:2.4.2"
compile "org.mod4j.org.apache.commons:cli:1.0.0" compile "org.mod4j.org.apache.commons:cli:1.0.0"
compile "org.ini4j:ini4j:0.5.4" compile "org.ini4j:ini4j:0.5.4"
compile "org.slf4j:slf4j-simple:1.7.9"
} }