Interface: EditApplicationCommandOptions
Properties
defaultPermissions
• Optional defaultPermissions: boolean
if the command are enable when the app is add to a guild
Defined in
packages/libcord/src/structures/ApplicationCommand.ts:60
description
• Optional description: string
the description of the command
Defined in
packages/libcord/src/structures/ApplicationCommand.ts:50
name
• Optional name: string
the name of the command
Defined in
packages/libcord/src/structures/ApplicationCommand.ts:46
options
• Optional options: (ApplicationCommandOption | ApplicationCommandOptionWithSubCommand)[]
the options of the command