i forgor to remove the code i copied from my chipmunkbot fork
This commit is contained in:
parent
52ac580aee
commit
00f8d72c9f
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ public class MusicCommand implements Command {
|
|||
prefix +
|
||||
name() +
|
||||
(file.isFile() ? " play " : " list ") +
|
||||
joinedPath.replace("'", "\\'")
|
||||
joinedPath
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue