Skip to main content

DesiredPropertiesBehavior

@discordeno/botDocs


Documentation / @discordeno/bot / DesiredPropertiesBehavior

Enumeration: DesiredPropertiesBehavior

The behavior it should be used when resolving an undesired property

Enumeration Members

ChangeType

ChangeType: 1

When this behavior is used the key will be a string explaining why the property is disabled

Defined in

packages/bot/src/desiredProperties.ts:796


RemoveKey

RemoveKey: 0

When this behavior is used the key will be missing completely

Defined in

packages/bot/src/desiredProperties.ts:794