GuildApplicationCommandManager
GuildApplicationCommandManager ⇐ ApplicationCommandManager
Section titled “GuildApplicationCommandManager ⇐ ApplicationCommandManager”Represents a manager for guild-specific application commands.
Kind: global class
Extends: ApplicationCommandManager
new GuildApplicationCommandManager(guildId, client)
Section titled “new GuildApplicationCommandManager(guildId, client)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| guildId | string | The ID of the guild. |
| client | Client | The client object. |