diff options
| author | 2021-11-28 06:38:26 +0000 | |
|---|---|---|
| committer | 2021-11-28 06:38:26 +0000 | |
| commit | 0d4d6b972b3a149204bc25341cf179f28e37d44e (patch) | |
| tree | a07089b730462f75bcd0129b1602af78fb644237 | |
| parent | Update `patreon_info` function docstring (diff) | |
Reflect empty line
Co-authored-by: Bluenix <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/info/patreon.py | 5 | 
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)!"              )          )) | 
