aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/moderation/management.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/moderation/management.py b/bot/cogs/moderation/management.py
index b4c69acc2..56a601cb7 100644
--- a/bot/cogs/moderation/management.py
+++ b/bot/cogs/moderation/management.py
@@ -252,7 +252,7 @@ class ModManagement(commands.Cog):
else:
# Use the user data retrieved from the DB.
name = escape_markdown(user['name'])
- user_str = f"<@{user['id']}> ({name}#{user['discriminator']})"
+ user_str = f"<@{user['id']}> ({name}#{user['discriminator']:04})"
if active:
remaining = time.until_expiration(expires_at) or "Expired"