Custom Command
Dashboard
Discord
GitHub
$getObject
returns the JSON of the created/modified object
Usage:
$getObject[spaces(optional, default 0)]
Member
08/02/2026
!!exec $createobject[{"Owner":"Rake","Manager":"Mika","Dev":"Mido","Contributor":"Wiki"}] Without spaces: $getobject With spaces: $getobject[1]
Custom Command
Bot
08/02/2026
Without spaces: {"Owner":"Rake","Manager":"Mika","Dev":"Mido","Contributor":"Wiki"} With spaces: {
"Owner": "Rake",
"Manager": "Mika",
"Dev": "Mido",
"Contributor": "Wiki"
}
Function difficulty:
Medium
Tags:
get
object
json
Prev
$createObject
Next
$getObjectKeys