1 package util
.command
.ctrlint
;
3 import interfaces
.DJInterface
;
7 import util
.command
.Command
;
11 public class ControlPromptUpdate
implements Command
{
13 //private int promptId;
15 public void init(Map
<String
, String
> args
) {
16 /*String id = args.get("prompt-id");
18 promptId = Integer.parseInt(id);
22 public Response
run(DJInterface dj
) {
24 //return new util.response.ControlPromptUpdate(promptId);