aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-10-25 22:34:00 +0200
committerGravatar GitHub <[email protected]>2021-10-25 22:34:00 +0200
commitd55197b405d8fd71bf09ff32dc339215997368fa (patch)
treeeb7c5e4fc71674e64d4936de6dda9cb7b99e437c
parentFiltering: update auto-ban comments (diff)
Filtering: remove dangling empty quote
Co-authored-by: ChrisJL <[email protected]>
-rw-r--r--bot/exts/filters/filtering.py2
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)