diff --git a/message.send.md b/message.send.md index af4d338..068df9e 100644 --- a/message.send.md +++ b/message.send.md @@ -13,6 +13,7 @@ | *originator* | `string` | | Name of the sender. | | *wpm* | `number` | | Tunes typing speed based on words per minute. | | *typing* | `boolean` | | Displays typing indicator when true. | +| *command* | `json` | | Send this message to the TFW server when the message is clicked. | *** @@ -23,4 +24,4 @@ "originator": "Brian Kernighan", "message": "hello, world" } -``` \ No newline at end of file +```