Added simple discord command framework in place of the current system.

* Still need to actually use it, just added to the POM file.
This commit is contained in:
Andrew Lalis 2018-01-18 15:21:37 +01:00 committed by Andrew Lalis
parent 0ea54a5333
commit cc8f219b67
1 changed files with 14 additions and 0 deletions

14
pom.xml
View File

@ -62,16 +62,30 @@
<artifactId>Discord4J</artifactId>
<version>2.9.2</version>
</dependency>
<!-- Command Framework -->
<dependency>
<groupId>de.btobastian.sdcf4j</groupId>
<artifactId>sdcf4j-core</artifactId>
<version>v1.0.9</version>
</dependency>
<dependency>
<groupId>de.btobastian.sdcf4j</groupId>
<artifactId>sdcf4j-discord4j</artifactId>
<version>v1.0.9</version>
</dependency>
<!-- Music Player -->
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.2.39</version>
</dependency>
<!-- Tengwar Translator -->
<dependency>
<groupId>com.github.andrewlalis</groupId>
<artifactId>TengwarTranslatorLibrary</artifactId>
<version>1.3.1</version>
</dependency>
<!-- Google APIs -->
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-youtube</artifactId>