From 0d4d6b972b3a149204bc25341cf179f28e37d44e Mon Sep 17 00:00:00 2001 From: mathstrains21 <89940630+mathstrains21@users.noreply.github.com> Date: Sun, 28 Nov 2021 06:38:26 +0000 Subject: Reflect empty line Co-authored-by: Bluenix --- bot/exts/info/patreon.py | 5 +++-- 1 file 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)!" ) )) -- cgit v1.2.3