Carbon
Plugins/Linked Roles/Enumerations

ApplicationRoleConnectionMetadataType

The type of metadata that you can check for

Enumeration Members

Enumeration MemberValueDescription
BooleanEqual7The metadata value (integer) is equal to the guild's configured value (integer; 1)
BooleanNotEqual8The metadata value (integer) is not equal to the guild's configured value (integer; 1)
DatetimeGreaterThanOrEqual6The metadata value (ISO8601 string) is greater than or equal to the guild's configured value (integer; days before current date)
DatetimeLessThanOrEqual5The metadata value (ISO8601 string) is less than or equal to the guild's configured value (integer; days before current date)
IntegerEqual3The metadata value (integer) is equal to the guild's configured value (integer)
IntegerGreaterThanOrEqual2The metadata value (integer) is greater than or equal to the guild's configured value (integer)
IntegerLessThanOrEqual1The metadata value (integer) is less than or equal to the guild's configured value (integer)
IntegerNotEqual4The metadata value (integer) is not equal to the guild's configured value (integer)

On this page