$objectGet

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

Usage: $objectGet[key]


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