Send Panic
This endpoint allows you to send a panic to the CAD.
Panic(data, callback)
Request Body
Name
Type
Description
Example
exports["ImperialCAD"]:Panic({
users_discordID = "123456789012345678",
street = "Mission Row",
postal = "203"
}, function(success, res)
print(success and "Panic sent!" or ("Failed: " .. res))
end)Last updated