ApplicationRoleConnectionMetadataType
Each ApplicationRoleConnectionMetadataType offers a comparison operation that allows guilds to configure role requirements based on metadata values stored by the bot. Bots specify a 'metadata value' for each user and guilds specify the required 'guild's configured value' within the guild role settings.
See ApplicationRoleConnectionMetadataTypes in the Discord Developer Documentation.
Inheritors
Types
The metadata value (integer
) is equal to the guild's configured value (integer
; 1
).
The metadata value (integer
) is not equal to the guild's configured value (integer
; 1
).
The metadata value (ISO8601 string
) is greater than or equal to the guild's configured value (integer
; days before current date
).
The metadata value (ISO8601 string
) is less than or equal to the guild's configured value (integer
; days before current date
).
The metadata value (integer
) is equal to the guild's configured value (integer
).
The metadata value (integer
) is greater than or equal to the guild's configured value (integer
).
The metadata value (integer
) is less than or equal to the guild's configured value (integer
).
The metadata value (integer
) is not equal to the guild's configured value (integer
).
An unknown ApplicationRoleConnectionMetadataType.