first iteration of handling new gateway

This commit is contained in:
John Grosh
2020-10-22 01:29:15 -04:00
parent 9f7ad33707
commit 51f9024498
35 changed files with 152 additions and 120 deletions

15
pom.xml
View File

@@ -17,18 +17,27 @@
<name>bintray</name>
<url>https://dl.bintray.com/sedmelluq/com.sedmelluq</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>3.8.3_464</version>
<version>4.2.0_209</version>
</dependency>
<dependency>
<!--dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.50</version>
</dependency-->
<dependency>
<groupId>com.github.Devoxin</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.59</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
@@ -38,7 +47,7 @@
<dependency>
<groupId>com.jagrosh</groupId>
<artifactId>jda-utilities</artifactId>
<version>2.1.5</version>
<version>3.0.4</version>
<type>pom</type>
</dependency>
<dependency>