.
This commit is contained in:
parent
29b13b3d1f
commit
89a955cfde
1 changed files with 2 additions and 0 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue