aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/moderation/infractions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/moderation/infractions.py b/bot/cogs/moderation/infractions.py
index 7a044fc1c..2c809535b 100644
--- a/bot/cogs/moderation/infractions.py
+++ b/bot/cogs/moderation/infractions.py
@@ -253,7 +253,7 @@ class Infractions(InfractionScheduler, commands.Cog):
action = ctx.guild.ban(
user,
- reason=textwrap.shorten(reason, width=512, placeholder="..."),
+ reason=textwrap.shorten(reason, width=512, placeholder=" ..."),
delete_message_days=0
)
await self.apply_infraction(ctx, infraction, user, action)