Skip to main content

ApplicationCommandPermissions

@discordeno/botDocs


Documentation / @discordeno/bot / ApplicationCommandPermissions

Interface: ApplicationCommandPermissions

Properties

id

id: bigint

The id of the role or user

Defined in

packages/bot/src/transformers/types.ts:258


permission

permission: boolean

true to allow, false, to disallow

Defined in

packages/bot/src/transformers/types.ts:262


type

type: ApplicationCommandPermissionTypes

Role or User

Defined in

packages/bot/src/transformers/types.ts:260