mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
help: Remove incorrect escaping, which broke table rendering.
This commit is contained in:
committed by
Tim Abbott
parent
8bf5aa04d6
commit
049ff0b71f
@@ -37,7 +37,7 @@ Each bot has a **name**, **profile picture**, **email**, **bot type** and **API
|
||||
The **bot type** determines what the bot can do.
|
||||
|
||||
Bot type | Permissions | Common uses
|
||||
\---|---|---
|
||||
---|---|---
|
||||
Generic | Like a normal user account | Automating tasks, bots that listen to all messages on a channel
|
||||
Incoming webhook | Limited to only sending messages into Zulip | Automated notifications into Zulip
|
||||
Outgoing webhook | Generic bot that also receives new messages via HTTP post requests | Third party integrations, most custom bots
|
||||
|
Reference in New Issue
Block a user