Skip to content

GuildApplicationCommandManager

GuildApplicationCommandManager ⇐ ApplicationCommandManager

Represents a manager for guild-specific application commands.

Kind: global class
Extends: ApplicationCommandManager

new GuildApplicationCommandManager(guildId, client)

Constructs a new instance of the class.

ParamTypeDescription
guildIdstringThe ID of the guild.
clientClientThe client object.