Skip to content

GuildStageInstanceManger

GuildStageInstanceManger ⇐ StageInstanceManager

A class that extends the StageInstanceManager class and manages stage instances for a specific guild.

Kind: global class
Extends: StageInstanceManager

new GuildStageInstanceManger(guildId, client)

Constructs a new instance of the class.

ParamTypeDescription
guildIdstringThe ID of the guild.
clientClientThe client object.

guildStageInstanceManger.cache ⇒ Array

Retrieves the cache for the current guild.

Kind: instance property of GuildStageInstanceManger
Returns: Array - - An array of objects from the cache that belong to the current guild.