$objectGet

Get a object value/property by key, if the key is not found then return undefined (same as $getObjectProperty)

Usage: $objectGet[key]


Member06/01/2026
!!exec $createObject[{"BotName":"Custom Commands","BotOwner":"Rake","Contributor":"Wiki"}] Bot name: $objectGet[BotName], Owner: $objectGet[BotOwner], Docs Contributor: $objectGet[Contributor]
Custom Command Bot 06/01/2026
Bot name: Custom Commands, Owner: Rake, Docs Contributor: Wiki
Function difficulty: Medium
Tags: object get json property