aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/moderation/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/moderation/utils.py b/bot/cogs/moderation/utils.py
index 3598f3b1f..9811d059f 100644
--- a/bot/cogs/moderation/utils.py
+++ b/bot/cogs/moderation/utils.py
@@ -135,7 +135,7 @@ async def notify_infraction(
description=textwrap.dedent(f"""
**Type:** {infr_type.capitalize()}
**Expires:** {expires_at or "N/A"}
- **Reason:** {reason or "No reason provided."}
+ **Reason:** {textwrap.shorten(reason, width=1500, placeholder="...") or "No reason provided."}
"""),
colour=Colours.soft_red
)