aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/info/patreon.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/bot/exts/info/patreon.py b/bot/exts/info/patreon.py
index f043e382d..1fd233e40 100644
--- a/bot/exts/info/patreon.py
+++ b/bot/exts/info/patreon.py
@@ -148,8 +148,9 @@ class Patreon(commands.Cog):
title="Patreon",
description=(
"We use the money from Patreon to offer excellent prizes for all of our events. Prizes like t-shirts, "
- "stickers, microcontrollers that support CircuitPython, or maybe even a mechanical keyboard.\n\nYou can"
- " read more about how Patreon supports us, or even support us yourself, on our Patreon page "
+ "stickers, microcontrollers that support CircuitPython, or maybe even a mechanical keyboard.\n\n"
+
+ "You can" read more about how Patreon supports us, or even support us yourself, on our Patreon page "
"[here](https://pydis.com/patreon)!"
)
))