3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Add default mod override for Spam plugin

This commit is contained in:
Dragory 2018-08-02 22:22:51 +03:00
parent 96a9a189e0
commit b3492090b8

View file

@ -52,7 +52,21 @@ export class SpamPlugin extends Plugin {
max_emojis: null,
max_newlines: null,
max_duplicates: null
}
},
overrides: [
{
level: ">=50",
config: {
max_messages: null,
max_mentions: null,
max_links: null,
max_attachments: null,
max_emojis: null,
max_newlines: null,
max_duplicates: null
}
}
]
};
}