$objectGet

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

Usage: $objectGet[key]


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