diff options
| author | 2019-02-06 19:00:19 -0500 | |
|---|---|---|
| committer | 2019-02-06 19:00:19 -0500 | |
| commit | 9126822f5a9871fe795847a4caf412c0eebecef7 (patch) | |
| tree | 6ba3e7fb3fe80318e8b8bc222e415fab595b6c1f | |
| parent | Forgot to remove this. (diff) | |
Code is properly linted.
| -rw-r--r-- | bot/cogs/rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/rules.py b/bot/cogs/rules.py index 208607573..f44858b04 100644 --- a/bot/cogs/rules.py +++ b/bot/cogs/rules.py @@ -49,7 +49,7 @@ class Rules: ( "All discussion should be kept within the relevant " "channels for the subject - See the " - f"[channels page](https://pythondiscord.com/about/channels) " + f"[channels page](https://pythondiscord.com/about/channels) " "for more information." ), ( |