little bugfixes

This commit is contained in:
John Grosh 2018-02-07 16:33:26 -05:00
parent 2eeffb374f
commit 38ae19cbec
2 changed files with 3 additions and 1 deletions

View file

@ -32,8 +32,9 @@
</dependency>
<dependency>
<groupId>com.jagrosh</groupId>
<artifactId>JDA-Utilities</artifactId>
<artifactId>jda-utilities</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>

View file

@ -75,6 +75,7 @@ public class JMusicBot {
.setOwnerId(config.getOwnerId())
.setEmojis(config.getSuccess(), config.getWarning(), config.getError())
.setHelpWord(config.getHelp())
.setLinkedCacheSize(200)
.addCommands(
ab,
new PingCommand(),