x26-Cogs
x26-Cogs copied to clipboard
[Feature request] Add CommentAnalysis as a condition.
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"