From 513c6b18f0257e847ebe8939175e865745b3cd81 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Tue, 2 Apr 2024 20:00:26 +0700 Subject: [PATCH] docs(bots/discord): fix oversight --- bots/discord/docs/2_adding_autoresponses.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bots/discord/docs/2_adding_autoresponses.md b/bots/discord/docs/2_adding_autoresponses.md index a958941..3fd25d7 100644 --- a/bots/discord/docs/2_adding_autoresponses.md +++ b/bots/discord/docs/2_adding_autoresponses.md @@ -15,7 +15,7 @@ Roles, users, and channels which will be affected by the blacklist/whitelist rul Whether to use whitelist (`true`) or blacklist (`false`) mode. - Blacklist mode **will refuse** to scan messages that match any of the filters above -- Whitelist mode **will refuse** to scan messages that match any of the filters above. +- Whitelist mode **will only** scan messages that match any of the filters above. ## 💬 Responses @@ -79,7 +79,8 @@ filterOverride: { }, ``` -[^1]: Possible triggers are regular expressions or [label configurations](../config.example.ts#68). +[^1]: Possible triggers are regular expressions or [label configurations](../config.example.ts#L83). + Label configurations are only allowed for **text scans** currently. However in the future, it may also come for image scans. There is nothing preventing this from happening. ## ⏭️ What's next