diff options
author | 2023-03-10 13:24:43 +0100 | |
---|---|---|
committer | 2023-03-10 13:24:43 +0100 | |
commit | 4fab6fa7144428ad1a853c3f1ed34d2eddbce71e (patch) | |
tree | ee57ab637a0531c46c7509c6e63624d74c575d8d /pydis_site/apps/content | |
parent | replace web with localhost where it's due (diff) |
explain that the script works on existing servers as well
Diffstat (limited to 'pydis_site/apps/content')
-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 f070161a..ed650b31 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 @@ -43,7 +43,7 @@ This can be done either automatically or manually, and we'll be detailing the st #### Automatic configuration 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. +without having to spend much time copying IDs from your 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. |