aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-02 14:48:24 +0100
committerGravatar shtlrs <[email protected]>2023-03-02 14:48:24 +0100
commitadc8540bd1ded4134552b42dadb13a8ff228f660 (patch)
treee0bd4eecd7c7347a3d5f427e6616ded43029fb5b
parentAppease linter (diff)
update all instances of bootstrap_config with botstrap
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md4
1 files changed, 2 insertions, 2 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 65f0d818..85198f8b 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
@@ -39,7 +39,7 @@ You now have both the bot's code and a server to run it on. It's time you to con
This can be done either automatically or manually, and we'll be detailing the steps for both.
#### Automatic configuration
-To make setup much easier, there is a file called `bootstrap_config.py` that represents a script to bootstrap the configuration for you and help you get started immediately
+To make setup much easier, there is a file called `botstrap.py` that represents a script to bootstrap the configuration for you and help you get started immediately
without having to spend much time copying ids from your newly created server into your configuration file.
**Note**: This phase can be skipped and done manually, but would require extra manual work.
@@ -76,7 +76,7 @@ $ poetry run task configure
or, without poetry and from the root directory
```shell
-python3 -m bootstrap_config
+python3 -m botstrap
```
Once the script has finished running, you'll notice the creation of a new file called [`.env.server`](#envserver) at your project's root directory.