$ObjectKeyExists

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

Usage

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

Example:

Member04/02/2024
!!exec $objectSet[name;Mido]
$objectKeyExists[name]

Custom Command Bot 04/02/2024
true

Example:

Member04/02/2024
!!exec $objectSet[name;Mido]
$objectKeyExists[name]

Custom Command Bot 04/02/2024
false