Class GuildManager

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

cache: Cache<Guild>
client: Client

The client that instantiated this class.

Methods

  • Parameters

    • id: string
    • Optional options: {
          skipCacheCheck: boolean;
          withCounts: boolean;
      }
      • skipCacheCheck: boolean
      • withCounts: boolean

    Returns Promise<Partial<Guild>>

Generated using TypeDoc