...
The "type" option will allow you to change the type of interaction you create. If you leave this out, it will default to "madl".
Option | Description |
---|---|
madl | "madl" interactions will allow you to run PHP code. (default) |
message | "message" interactions will allow you to run HTML and Javascript content, however in most cases you will probably prefer to use the Client CLI |
Code Block | ||||
---|---|---|---|---|
| ||||
bm bmp create interaction <interaction name> --type madl |
...