diff options
| -rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md index a7efdcd8..10761a39 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md @@ -8,7 +8,7 @@ toc: 3 ## Manual constants configuration Reading this means that you're ready for a bit of manual labour. -If for some reason you've missed the automatic server setup section, you can read about it in the bot contributing guide [here](../bot.md#envserver) +If for some reason you've missed the automatic server setup section, you can read about it in the [bot contributing guide](../bot.md#envserver). To configure the bot manually, you will **only** need to set inside the `.env.server` file the values for the channels, roles, categories, etc. that are used by the component you are developing. |