diff --git a/src/modules/commands/user.lua b/src/modules/commands/user.lua
index 6ced83e..bb75d8b 100644
--- a/src/modules/commands/user.lua
+++ b/src/modules/commands/user.lua
@@ -153,7 +153,7 @@ commands:Add('user',{},'user <username|mention|"me">', function(t)
             {name='Last Location',value=LastLocation,inline=true},
             {name='Banned',value=isBanned,inline=true},
             {name='Description',value=description,inline=false},
-            {name='Username History',value=usernameHistoryString,inline=false},
+            {name='Username History ('..#usernameHistoryTable..(#usernameHistoryTable==50 and '*' or '')..')',value=usernameHistoryString,inline=false},
         }
     }
     if firstBadge and firstBadgeDate~=math.huge then