Open whos-evan opened 3 years ago
This will be useful for when a message passes a threshold and an attribute set by the condition. An example config;
rank: 2 name: SEVERE_TOXICITY above 80 event: [on-message] if-all: - commentanalysis_attributes: "SEVERE_TOXICITY" - commentanalysis_threshold: 80 - is-staff: false do: - issue-command: "mute $user_id"
This will be useful for when a message passes a threshold and an attribute set by the condition. An example config;