bots guide: Update outdated `run.py` to `zulip-run-bot`.

This commit is contained in:
Robert Hönig 2017-09-28 10:17:37 +02:00 committed by Tim Abbott
parent a7d3355fd6
commit db5ed277d1
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ to see examples of bot tests.
## Common problems
* I modified my bot's code, yet the changes don't seem to have an effect.
* Ensure that you restarted the `run.py` script.
* Ensure that you restarted the `zulip-run-bot` script.
* My bot won't start
* Ensure that your API config file is correct (download the config file from the server).