Skip to content

Commands json interface

Madpeter edited this page Jul 9, 2025 · 4 revisions

commands can also be sent to the bot in json format

{
        "cmd":"Say",
         "args":["0","Hello world"],
         "signing":"lol",
          "reply":"",
         "unixtime":0
}

as a IM or

via the HTTP interface on /json via the Post method

containing the json object in the body

the discord commands interface already support json format with no changes needed

the rabbit interface expects it to be formatted as per the docs so does not support this json format.

Clone this wiki locally