Skip to content

Commit 5f4cf8f

Browse files
authored
Merge pull request #1566 from onerandomusername/qt/bot-quick-fix
fix: update bot's required version and contrib deadlinks
2 parents 9176725 + 80ee7f3 commit 5f4cf8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: 3
88
## Manual constants configuration
99

1010
Reading this means that you're ready for a bit of manual labour.
11-
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)
11+
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).
1212

1313
To configure the bot manually, you will **only** need to set inside the `.env.server` file the values for the channels, roles, categories, etc.
1414
that are used by the component you are developing.
@@ -105,7 +105,7 @@ Note that if you changed code that is not associated with a particular extension
105105

106106
## Adding new statistics
107107

108-
Details on how to add new statistics can be found on the [statistic infrastructure page](https://blog.pythondiscord.com/statistics-infrastructure).
108+
Details on how to add new statistics can be found on the [statistic infrastructure page](https://blog.pythondiscord.com/post/statistics-infrastructure-at-python-discord/).
109109
We are always open to more statistics so add as many as you can!
110110

111111
---

pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page will focus on the quickest steps one can take, with mentions of altern
1515
### Setup Project Dependencies
1616
Below are the dependencies you **must** have installed to get started with the bot.
1717

18-
1. Make sure you have [Python 3.12](https://www.python.org/downloads/) installed. It helps if it is your system's default Python version.
18+
1. Make sure you have [Python 3.13](https://www.python.org/downloads/) installed. uv [can also be used to](https://docs.astral.sh/uv/guides/install-python/#installing-python) install Python, if desired.
1919
2. [Install uv](https://github.com/astral-sh/uv#installation).
2020
3. [Install the project's dependencies](../installing-project-dependencies).
2121
4. Docker.

0 commit comments

Comments
 (0)