diff options
author | 2021-10-25 22:34:00 +0200 | |
---|---|---|
committer | 2021-10-25 22:34:00 +0200 | |
commit | d55197b405d8fd71bf09ff32dc339215997368fa (patch) | |
tree | eb7c5e4fc71674e64d4936de6dda9cb7b99e437c | |
parent | Filtering: update auto-ban comments (diff) |
Filtering: remove dangling empty quote
Co-authored-by: ChrisJL <[email protected]>
-rw-r--r-- | bot/exts/filters/filtering.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/filters/filtering.py b/bot/exts/filters/filtering.py index 804f60547..b7a7e8093 100644 --- a/bot/exts/filters/filtering.py +++ b/bot/exts/filters/filtering.py @@ -57,7 +57,7 @@ AUTO_BAN_REASON = ( "for heightened security.\n\n" "Once you have changed your password, feel free to follow the instructions at the bottom of " - "this message to appeal your ban.""" + "this message to appeal your ban." ) AUTO_BAN_DURATION = timedelta(days=4) |