Skip to content

GuildScheduledEventManager

GuildScheduledEventManager ⇐ ScheduledEventManager

Represents a scheduled event manager for a specific guild.

Kind: global class
Extends: ScheduledEventManager

new GuildScheduledEventManager(guildId, client)

Constructs a new instance of the GuildScheduledEvent class.

ParamTypeDescription
guildIdstringThe ID of the guild associated with the scheduled event.
clientClientThe Discord client object.

guildScheduledEventManager.cache ⇒ Array

Retrieves the cache for the current guild.

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