fixed npe during autoplaylists

added playnext command (simple version)
setting dj role to everyone works now
fixed massively wide joptionpanes
version number bump
This commit is contained in:
John Grosh
2018-11-21 23:34:18 -05:00
parent a6f7c9b3ef
commit c88979a6dd
12 changed files with 178 additions and 22 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ public class Bot
{
ah.stopAndClear();
ah.getPlayer().destroy();
nowplaying.updateTopic(g.getIdLong(), ah);
nowplaying.updateTopic(g.getIdLong(), ah, true);
}
});
jda.shutdown();