Skip to content

Commit

Permalink
fixup! fix(bots): Use a prefix for event bots as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Jan 20, 2025
1 parent ff66837 commit e535c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/occ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e535c39

Please sign in to comment.