$createObjectCreate a JSON object and later get it with $getObjectProperty.Usage:#$createObject[json object]Example:#bot.command({ name: "createobject", code: `$getObjectProperty[hello] // return hi$createObject[{"hello": "hi"}]`})