fixed playnow bug
This commit is contained in:
parent
62988e9a40
commit
f0122a5098
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue