From 884690e3c72d8eca1427c520500a33d2df1dccfc Mon Sep 17 00:00:00 2001 From: Anunay Aatipamula Date: Mon, 2 Feb 2026 18:53:47 +0530 Subject: [PATCH] docs: update README to include limitations of current implementation - Added section outlining current limitations such as global allowlist, lack of per-guild/channel rules, and restrictions on outbound message types. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9ad90b0..9247f21 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,11 @@ nanobot gateway } ``` +**Limitations (current implementation)** +- Global allowlist only (`allowFrom`); no `groupPolicy`, `dm.policy`, or per-guild/per-channel rules +- No `requireMention` or per-channel enable/disable +- Outbound messages are text only (no file uploads) + **4. Invite the bot** - OAuth2 → URL Generator - Scopes: `bot`