$findInCache
$findInCache
will search for given arguments in your bot’s cache.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
type | string | Type of the object to search. | true |
name | string | Name of the object to search. | true |
prop | string | Property. | true |
value | string | Property value. | true |
findType? | string | 1. includes 2. startsWith 3. endsWith 4. >=, ==, === (default), <=, <, > | false |
returnValue? | boolean | 1. true 2. false | false |
Cache Types
Field |
---|
Group |
LinkedList |
PriorityQueue |