Birb / Manager
Class: Manager<Type>
Type parameters
Name |
---|
Type |
Hierarchy
-
Manager
Table of contents
Constructors
Properties
Constructors
constructor
• new Manager<Type
>(client
)
Type parameters
Name |
---|
Type |
Parameters
Name | Type |
---|---|
client | Birb |
Defined in
src/classes/managers/Manager.ts:14
Properties
cache
• cache: Cache
<string
, Type
>
The cache that contains all the Manager’s items.
Defined in
src/classes/managers/Manager.ts:12
client
• client: Birb
The Birb client.
Defined in
src/classes/managers/Manager.ts:8