Adding config

This commit is contained in:
2023-01-07 19:42:49 -05:00
parent 08b02617a6
commit 03329fb106
5 changed files with 124 additions and 12 deletions

11
pom.xml
View File

@@ -39,6 +39,17 @@
<artifactId>lavaplayer</artifactId>
<version>1.3.77</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.0</version>
</dependency>
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>