Creating a filter
Creating chat filters
{
{
match: /bad word/i // Matches support both regex and plain text
ignore_channels: ['662788187465236'] // Optional - array of channel ids that the filter will ignore
action: ['warn','bad words'] // Thing to do when the match is satisfied
}
}Last updated