GuildStageInstanceManger
GuildStageInstanceManger ⇐ StageInstanceManager
Section titled “GuildStageInstanceManger ⇐ StageInstanceManager”A class that extends the StageInstanceManager class and manages stage instances for a specific guild.
Kind: global class
Extends: StageInstanceManager
- GuildStageInstanceManger ⇐
StageInstanceManager
new GuildStageInstanceManger(guildId, client)
Section titled “new GuildStageInstanceManger(guildId, client)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| guildId | string | The ID of the guild. |
| client | Client | The client object. |
guildStageInstanceManger.cache ⇒ Array
Section titled “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.