All Conditions
- Name
aboveMembers
- Type
- Required Args: amount - number
- Description
Check if the amount of members in a guild is above a certain number.
- Name
bellowMembers
- Type
- Required Args: amount - number
- Description
Check if the amount of members in a guild is bellow a certain number.
- Name
content
- Type
- Required Args: value - string[]
- Description
Check if a content of an action equals a certain text.
- Name
contentContains
- Type
- Required Args: value - string[]
- Description
Check if a content of an action contains a certain text.
- Name
expression
- Type
- Required Args: input - string, operator - string, output - string
- Description
Check if an expression is true.
- Name
hasRole
- Type
- Required Args: role - string, Optionnal Args: inherit - boolean
- Description
Check if a user has a certain role.
- Name
isBot
- Description
Check if a user is a bot.
- Name
inTicket
- Description
Check if a message is in a ticket. Requires Tickets plugin.
- Name
regex
- Type
- Required Args: value - string
- Description
Check if a content of an action matches a certain regex.