This commit is contained in:
Cynthia Foxwell 2022-12-10 15:21:30 -07:00
parent 29b13b3d1f
commit 89a955cfde

View file

@ -431,6 +431,8 @@ command.callback = async function (
const subcommand = args.shift();
let argStr = args.join(" ");
console.log(subcommand, argStr);
switch (subcommand) {
case "play":
case "p":