fixed playnow bug

This commit is contained in:
Andrew Lalis 2017-09-02 00:50:33 +02:00 committed by Andrew Lalis
parent 62988e9a40
commit f0122a5098
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ public class Commands {
static {
//Music commands.
commands.add(new PlayCommand());
commands.add(new PlayNowCommand());
commands.add(new StopCommand());
commands.add(new QueueCommand());
commands.add(new SkipCommand());