-
Notifications
You must be signed in to change notification settings - Fork 9
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.