Constructor
new BaseManager(client, holds)
Parameters:
Name | Type | Description |
---|---|---|
client | Discord. | The Discord Client. |
holds | T | The class that this manager holds. |
- Source
Extends
Members
cache
Cache of the manager
- Source
client :Discord.Client
- Discord Client
Type:
- Discord.
Client
- Overrides
- Source
(readonly) holds
Class that this manager holds.
- Source