Object containing information related to discord automod rule.
flowchart LR
rule[(rule)]
id{{id}}
click id callback "Id of the rule."
rule --- id
name>name]
click name callback "Name of the rule."
rule --- name
enabled{enabled}
click enabled callback "Whether the rule is enabled."
rule --- enabled
exempt_role_ids((exempt_role_ids))
click exempt_role_ids callback "List of exempt role ids"
rule --- exempt_role_ids
exempt_channel_ids((exempt_channel_ids))
click exempt_role_ids callback "List of exempt channel ids"
rule --- exempt_channel_ids
Id of the rule.
Name of the rule.
Whether the rule is enabled.
List of exempt role ids.
list of exempt channel ids.