mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
bots-guide.md: Use the singular 'they' pronoun.
This commit is contained in:
@@ -137,7 +137,7 @@ You need:
|
|||||||
It is a simple python flask server which can be used to interact with bots through making use of
|
It is a simple python flask server which can be used to interact with bots through making use of
|
||||||
outgoing webhook services. It makes it really convenient for users to run multiple bots. Traditionally,
|
outgoing webhook services. It makes it really convenient for users to run multiple bots. Traditionally,
|
||||||
a person would be required to download zuliprc of each bot and run each of them separately. With Zulip Bot
|
a person would be required to download zuliprc of each bot and run each of them separately. With Zulip Bot
|
||||||
server, he or she would be able to download a single configuration file for all bots i.e. `flaskbotrc` and
|
server, they would be able to download a single configuration file for all bots i.e. `flaskbotrc` and
|
||||||
start the server which would enable interacting with all the bots.
|
start the server which would enable interacting with all the bots.
|
||||||
|
|
||||||
It's location is `api/zulip/bot_server.py`.
|
It's location is `api/zulip/bot_server.py`.
|
||||||
|
|||||||
Reference in New Issue
Block a user