diff options
author | 2021-11-19 21:23:36 +0100 | |
---|---|---|
committer | 2021-11-19 21:23:36 +0100 | |
commit | c1bbf4c71b691dde404e5c295631ec42c5c09c9d (patch) | |
tree | 4bec2e4b5dc19f31d1dc8ed49cba11e91796aef9 | |
parent | Merge pull request #1446 from Shivansh-007/feature/enhance-incidents (diff) | |
parent | Remove unneeded new lines (diff) |
Merge pull request #1965 from python-discord/ChrisLovering-patch-1
Remove unneeded new lines
-rw-r--r-- | bot/exts/moderation/infraction/_utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/moderation/infraction/_utils.py b/bot/exts/moderation/infraction/_utils.py index c0ef80e3d..bb3cc5380 100644 --- a/bot/exts/moderation/infraction/_utils.py +++ b/bot/exts/moderation/infraction/_utils.py @@ -30,9 +30,9 @@ Infraction = t.Dict[str, t.Union[str, int, bool]] APPEAL_SERVER_INVITE = "https://discord.gg/WXrCJxWBnm" INFRACTION_TITLE = "Please review our rules" -INFRACTION_APPEAL_SERVER_FOOTER = f"\n\nTo appeal this infraction, join our [appeals server]({APPEAL_SERVER_INVITE})." +INFRACTION_APPEAL_SERVER_FOOTER = f"\nTo appeal this infraction, join our [appeals server]({APPEAL_SERVER_INVITE})." INFRACTION_APPEAL_MODMAIL_FOOTER = ( - '\n\nIf you would like to discuss or appeal this infraction, ' + '\nIf you would like to discuss or appeal this infraction, ' 'send a message to the ModMail bot.' ) INFRACTION_AUTHOR_NAME = "Infraction information" |