fix aboutcommand error

This commit is contained in:
John Grosh 2020-11-04 08:07:00 -04:00
parent 2bb43b57ba
commit e8df9e9523

View file

@ -23,12 +23,12 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_212</version>
<version>4.2.0_214</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.53</version>
<version>1.3.55</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
@ -38,7 +38,7 @@
<dependency>
<groupId>com.jagrosh</groupId>
<artifactId>jda-utilities</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>
<type>pom</type>
</dependency>
<dependency>