diff options
| author | 2021-11-19 20:00:44 +0000 | |
|---|---|---|
| committer | 2021-11-19 20:00:44 +0000 | |
| commit | b55a2b94ea666f6891bcbc1c4d0e67857b1900ef (patch) | |
| tree | 4bec2e4b5dc19f31d1dc8ed49cba11e91796aef9 | |
| parent | Merge pull request #1446 from Shivansh-007/feature/enhance-incidents (diff) | |
Remove unneeded new lines
These new lines made the output embed look far to spaced out.
| -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" | 
