Skip to content

GuildStickerManager

GuildStickerManager ⇐ StickerManager

Represents a sticker manager for a specific guild.

Kind: global class
Extends: StickerManager

new GuildStickerManager(guildId, client)

Constructs a new instance of the class.

ParamTypeDescription
guildIdstringThe ID of the guild.
clientClientThe client object.

guildStickerManager.cache ⇒ Array

Retrieves the cache for the current guild.

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