.getCommands()

Gets the Slash commands based on the guild ID | Function

.getCommands(guildId)
Parameter
Description
Type

guildId?

The guild ID

String | null

Returns

Promise<ApplicationCommandManager | GuildApplicationCommandManager>

Last updated