Baphomet is the dedicated bot for nulloctet matrix
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
149 B

  1. function createBasicMessage(body) {
  2. return {
  3. "body": body,
  4. "msgtype": "m.text"
  5. }
  6. }
  7. exports.createBasic = createBasicMessage;