diff options
author | 2023-03-10 10:51:00 +0100 | |
---|---|---|
committer | 2023-03-10 10:51:00 +0100 | |
commit | 7348d801e92cdfc6dddc9a72ccae99cc1d138a9a (patch) | |
tree | bb6e97b809354fc00b646bdf2812137502255352 | |
parent | indicate that both site & site api need to be provided (diff) |
appease linter
-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 d6a8d80b..8edafca2 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 @@ -44,7 +44,7 @@ This can be done either automatically or manually, and we'll be detailing the st To make setup much easier, the script in `botstrap.py` bootstraps the configuration for you and helps you get started immediately, without having to spend much time copying IDs from your newly created server into your configuration file. -**Note**: The script will also work on existing servers as long as the channel names are the same as the one in Python Discord. +**Note**: The script will also work on existing servers as long as the channel names are the same as the one in Python Discord. ##### 1. Script setup ##### 1.1. Environment variables |