gluon
    Preparing search index...

    Class GuildRoleManager

    Manages all roles belonging to a guild.

    Hierarchy (View Summary)

    Implements

    • GuildRoleManager
    Index

    Constructors

    Properties

    identifier: StructureIdentifiers = ...
    rules: GluonCacheRuleSetStructure<any> = {}

    Accessors

    • get size(): number

      Returns the size of the cache.

      Returns number

    Methods

    • Fetches a value from the rules cache.

      Parameters

      • key: string

        The key to fetch.

      Returns Promise<null | Role>

      The fetched value.

    • Fetches a value from the cache or from the rules cache.

      Parameters

      • key: string

        The key to fetch.

      Returns Promise<null | Role>

      The fetched value.

    • Checks if a key exists in the cache.

      Parameters

      • key: string

        The key to check.

      Returns boolean

      Whether the key exists or not.

    • Parameters

      • callbackfn: (value: [string, Role], index: number, array: [string, Role][]) => unknown

      Returns Role[]

    • Parameters

      • client: Client
      • guildId: string
      • roleId: string

      Returns Promise<Role | Role[]>

    • Parameters

      • client: Client
      • guildId: string
      • roleId: string

      Returns null | Role