$ObjectKeyExists

To check if a key is exists in the object, returns true or false

Usage

$ObjectKeyExists[Key;Nested Key...(optional)]

Example:

Member04/23/2025
!!exec $objectSet[name;Mido]
$objectKeyExists[name]

Custom Command Bot 04/23/2025
true

Example:

Member04/23/2025
!!exec $objectSet[name;Mido]
$objectKeyExists[name]

Custom Command Bot 04/23/2025
false