Skip to content

RemoveApplicationCommandPermissionsOptions

typedef · Source

Options used to remove permissions from a command The command parameter is not optional when the managers commandId is nullType: BaseApplicationCommandPermissionsOptions

Properties

users

optional

users: UserResolvable | Array<UserResolvable>

The user(s) to remove from the command permissions One of users or roles is required

roles

optional

roles: RoleResolvable | Array<RoleResolvable>

The role(s) to remove from the command permissions One of users or roles is required

Unofficial software. Not affiliated with or supported by Discord.