Actions
There are many different actions filters can do
Warn
Same as the y!warn command.
Parameters:
reasonExample:
{
{
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?