Class BaseManager<K, V>

The manager of a Guilded data model.

Example

new BaseManager(client);

Type Parameters

  • K = void

  • V = void

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

cache: CacheCollection<K, V>

This cache of the manager.

client: Client

The client the manager belongs to.

Methods