aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mathstrains21 <[email protected]>2021-11-28 06:38:26 +0000
committerGravatar GitHub <[email protected]>2021-11-28 06:38:26 +0000
commit0d4d6b972b3a149204bc25341cf179f28e37d44e (patch)
treea07089b730462f75bcd0129b1602af78fb644237
parentUpdate `patreon_info` function docstring (diff)
Reflect empty line
Co-authored-by: Bluenix <[email protected]>
-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)!"
)
))