$ObjectKeyExists

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

Usage

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

Example:

Member07/17/2024
!!exec $objectSet[name;Mido]
$objectKeyExists[name]

Custom Command Bot 07/17/2024
true

Example:

Member07/17/2024
!!exec $objectSet[name;Mido]
$objectKeyExists[name]

Custom Command Bot 07/17/2024
false