mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Update documentation on overrides
This commit is contained in:
parent
7afa1aab48
commit
9ec93db08c
1 changed files with 14 additions and 3 deletions
|
@ -65,9 +65,20 @@
|
||||||
config:
|
config:
|
||||||
can_kick: false
|
can_kick: false
|
||||||
# Match on ANY of multiple conditions
|
# Match on ANY of multiple conditions
|
||||||
- channel: "109672661671505920"
|
- any:
|
||||||
role: "172950000412655616"
|
- channel: "109672661671505920"
|
||||||
type: "any"
|
- role: "172950000412655616"
|
||||||
|
config:
|
||||||
|
can_kick: false
|
||||||
|
# Match on either of two complex conditions
|
||||||
|
- any:
|
||||||
|
- all:
|
||||||
|
- channel: "109672661671505920"
|
||||||
|
role: "172950000412655616"
|
||||||
|
- not:
|
||||||
|
role: "473085927053590538"
|
||||||
|
- channel: "534727637017559040"
|
||||||
|
role: "473086848831455234"
|
||||||
config:
|
config:
|
||||||
can_kick: false
|
can_kick: false
|
||||||
</CodeBlock>
|
</CodeBlock>
|
||||||
|
|
Loading…
Add table
Reference in a new issue