diff options
author | 2025-03-11 19:10:40 +0530 | |
---|---|---|
committer | 2025-03-11 19:10:40 +0530 | |
commit | 6c7c14de0746a3aa81bf32cc212a5192b418e05d (patch) | |
tree | 6bfd830d831e382921cce64cdd99a802b4f760ce /pydis_site/apps | |
parent | Merge pull request #1481 from python-discord/dependabot/pip/django-5.1.7 (diff) |
Fix typos
Diffstat (limited to 'pydis_site/apps')
-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 9fc0f882..173025fd 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 @@ -128,7 +128,7 @@ This file will contain the extracted IDs from your server which are necessary fo You are now almost ready to run the Python bot. The simplest way to do so is with Docker. -With all of the above setup, you can run The projec with `docker compose up`. This will start the bot an all required services! Enter your server and type `!help` (or whatever prefix you chose instead of `!`) to see the bot in action! +With all of the above setup, you can run the project with `docker compose up`. This will start the bot and all required services! Enter your server and type `!help` (or whatever prefix you chose instead of `!`) to see the bot in action! Some other useful docker commands are as follows: |