i forgor to remove the code i copied from my chipmunkbot fork

This commit is contained in:
Chayapak 2023-04-17 07:43:57 +07:00
parent 52ac580aee
commit 00f8d72c9f

View file

@ -245,7 +245,7 @@ public class MusicCommand implements Command {
prefix +
name() +
(file.isFile() ? " play " : " list ") +
joinedPath.replace("'", "\\'")
joinedPath
)
)
);