From e535c3920d65398b38496ea02134f1401c941a39 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 20 Jan 2025 17:39:31 +0100 Subject: [PATCH] fixup! fix(bots): Use a prefix for event bots as well --- docs/occ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/occ.md b/docs/occ.md index f6fe0b066e6e..07fd6ff6bb0c 100644 --- a/docs/occ.md +++ b/docs/occ.md @@ -19,7 +19,7 @@ Install a new bot on the server |---|---|---|---|---|---| | `--output` | Output format (plain, json or json_pretty, default is plain) | yes | no | no | `'plain'` | | `--no-setup` | Prevent moderators from setting up the bot in a conversation | no | no | no | `false` | -| `--feature\|-f` | Specify the list of features for the bot - webhook: The bot receives posted chat messages as webhooks - response: The bot can post messages and reactions as a response - none: When all features should be disabled for the bot | yes | yes | yes | *Required* | +| `--feature\|-f` | Specify the list of features for the bot - webhook: The bot receives posted chat messages as webhooks - response: The bot can post messages and reactions as a response - event: The bot reads posted messages from local events - none: When all features should be disabled for the bot | yes | yes | yes | *Required* | ## talk:bot:list