Skip to content

Commit

Permalink
[BattleRoyale] maybe make it 15
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Jul 19, 2024
1 parent eb20894 commit 2371934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion battleroyale/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ async def _leaderboard(
user_data["kills"],
user_data["deaths"],
),
truncate(user.display_name, max=10),
truncate(user.display_name, max=15),
]
)
description = box(table.get_string(), lang="sml")
Expand Down

0 comments on commit 2371934

Please sign in to comment.