Skip to main content
Module

x/harmony/mod.ts>GuildManager#memberCacheSize

An easy to use Discord API Library for Deno.
Go to Latest
method GuildManager.prototype.memberCacheSize
Re-export
import { GuildManager } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Returns number of entries in Members Cache. Returns total of all guilds if guild param is not given

Parameters

optional
guild: string | Guild

Returns

Promise<number>