mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Fix typo in automod docs (#185)
This commit is contained in:
parent
4448659dc0
commit
00f368d62b
1 changed files with 3 additions and 3 deletions
|
@ -64,9 +64,9 @@ export const pluginInfo: ZeppelinGuildPluginBlueprint["info"] = {
|
||||||
reason: 'Auto-muted for spam'
|
reason: 'Auto-muted for spam'
|
||||||
my_second_filter:
|
my_second_filter:
|
||||||
triggers:
|
triggers:
|
||||||
- message_spam:
|
- emoji_spam:
|
||||||
amount: 5
|
amount: 2
|
||||||
within: 10s
|
within: 5s
|
||||||
actions:
|
actions:
|
||||||
clean: true
|
clean: true
|
||||||
overrides:
|
overrides:
|
||||||
|
|
Loading…
Add table
Reference in a new issue