The client that owns the groups.
Readonly
cacheThis cache of the manager.
Readonly
clientThe client the manager belongs to.
Fetch a group from Guilded, or cache.
The fetched group.
groups.fetch(group);
The group to fetch.
Optional
options: FetchOptionsThe options to fetch the group with.
Set the maximum cache size of the manager.
The manager.
manager.setMaxCache(100);
The maximum size of the cache.
The manager of groups that belong to the client.
Example