$ObjectKeyExists

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

Usage

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

Example:

Member09/19/2023
!!exec $objectSet[name;Mido]
$objectKeyExists[name]

Custom Command Bot 09/19/2023
true

Example:

Member09/19/2023
!!exec $objectSet[name;Mido]
$objectKeyExists[name]

Custom Command Bot 09/19/2023
false