From 9ec93db08ce7a3e9d2dd8890ab302b7b7584b9bd Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 13 Oct 2019 22:20:02 +0300 Subject: [PATCH] Update documentation on overrides --- .../src/components/docs/PluginConfiguration.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/dashboard/src/components/docs/PluginConfiguration.vue b/dashboard/src/components/docs/PluginConfiguration.vue index daa07a98..b34b28c9 100644 --- a/dashboard/src/components/docs/PluginConfiguration.vue +++ b/dashboard/src/components/docs/PluginConfiguration.vue @@ -65,9 +65,20 @@ config: can_kick: false # Match on ANY of multiple conditions - - channel: "109672661671505920" - role: "172950000412655616" - type: "any" + - any: + - channel: "109672661671505920" + - 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: can_kick: false