diff options
author | 2022-09-17 14:27:49 +0100 | |
---|---|---|
committer | 2022-09-17 14:27:49 +0100 | |
commit | 228deaf27114f8477a41e54ce8ea3661f6524df4 (patch) | |
tree | 0ac77c8308fcc6159c33c1e36301633b3dd1cc35 | |
parent | Wording changes and minor code changes (diff) |
Update wording of patreon message
-rw-r--r-- | bot/exts/info/patreon.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/info/patreon.py b/bot/exts/info/patreon.py index dda876cb2..d1c66c148 100644 --- a/bot/exts/info/patreon.py +++ b/bot/exts/info/patreon.py @@ -14,9 +14,9 @@ from bot.utils.channel import get_or_fetch_channel log = get_logger(__name__) PATREON_INFORMATION = ( - "Python Discord a volunteer run non-profit organization, so we rely on Patreon donations to do what we do. " + "Python Discord is a volunteer run non-profit organization, so we rely on Patreon donations to do what we do. " "We use the money we get to offer excellent prizes for all of our events. These include t-shirts, " - "stickers, microcontrollers that support CircuitPython, and maybe even mechanical keyboards.\n\n" + "stickers, and sometimes even Raspberry Pis!\n\n" "You can read more about how Patreon donations help us, and consider donating yourself, on our patreon page " "[here](https://pydis.com/patreon)!" ) |