deps update and ref cleanup

This commit is contained in:
John Grosh 2021-02-05 19:18:34 -05:00
parent cebdbc3aa5
commit b4c9a125e5
2 changed files with 3 additions and 4 deletions

View file

@ -23,12 +23,12 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_214</version>
<version>4.2.0_227</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.55</version>
<version>1.3.67</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>

View file

@ -28,7 +28,6 @@ owner = 0 // OWNER ID
// The prefix is used to control the commands
// If you use !!, the play command will be !!play
// If you do not set this, the prefix will be a mention of the bot (@Botname play)
// If you make this blank, the bot will not use a prefix
prefix = "@mention"
@ -113,7 +112,7 @@ updatealerts=true
// Changing this changes the lyrics provider
// Currently available providers: "A-Z Lyrics", "Genius", "MusicMatch"
// Currently available providers: "A-Z Lyrics", "Genius", "MusicMatch", "LyricsFreak"
// At the time of writing, I would recommend sticking with A-Z Lyrics or MusicMatch,
// as Genius tends to have a lot of non-song results and you might get something
// completely unrelated to what you want.