Actions

There are many different actions filters can do

Parameters surrounded with [ ] are required, but parameters surrounded by ( ) are not.

Warn

Same as the y!warn command.

  • Parameters: reason

  • Example:

{
    {
        match: /bad word/i
        action: ['warn','bad words'] 
    }
}

Mute

Same as the y!mute command.

  • Parameters: [duration] (reason)

  • Example:

{
    {
        match: /bad word/i
        action: ['mute','1d', 'bad words']
    }
}

Delete

Deletes the matching message.

  • No parameters

  • Example:

Ban

Bans the user who posted the message

  • Parameters: (duration) (reason)

  • Example:

Last updated

Was this helpful?