diff options
| author | 2021-10-27 16:30:57 +0100 | |
|---|---|---|
| committer | 2021-10-27 16:30:57 +0100 | |
| commit | ccc27670cd14b35d65cc839f4da4f5b1a75115d5 (patch) | |
| tree | 307df76094cfacc6f9e2df88ae759efa03bc87ce | |
| parent | Rename current_supporters_monthly to current_monthly_supporters (diff) | |
Fix f string
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/info/patreon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/patreon.py b/bot/exts/info/patreon.py index 943e889fb..e02368f68 100644 --- a/bot/exts/info/patreon.py +++ b/bot/exts/info/patreon.py @@ -59,7 +59,7 @@ class Patreon(commands.Cog): message = ( f":tada: {after.mention} just became a **tier {new_patreon_tier}** patron!\n" - f"[Support us on Patreon](https://pydis.com/patreon)" + "[Support us on Patreon](https://pydis.com/patreon)" ) await sending_channel.send( |