diff options
| -rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md index da9e1be5..d6a8d80b 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md @@ -640,7 +640,7 @@ You are now almost ready to run the Python bot. The simplest way to do so is wit  In your `.env.server` file: -* Set `urls_site` to `"web:8000"`. +* Set `urls_site` to `"web:8000"` and `urls_site_api` to `"web:8000/api"`.  * If you wish to work with snekbox set the following:      * `urls_snekbox_eval_api` to `"http://snekbox:8060/eval"`      * `urls_snekbox_311_eval_api` to `"http://snekbox-311:8060/eval"`. | 
