Skip to content

$findInCache

$findInCache will search for given arguments in your bot’s cache.

Usage

$findInCache[type;name;prop;value;findType?;returnValue?]

Parameters

FieldTypeDescriptionRequired
typestringType of the object to search.true
namestringName of the object to search.true
propstringProperty.true
valuestringProperty value.true
findType?string1. includes
2. startsWith
3. endsWith
4. >=, ==, === (default), <=, <, >
false
returnValue?boolean1. true
2. false
false