Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev authored Sep 16, 2024
1 parent c0f750f commit 6d74f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/leaderboards/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async def hv_player_leaderboard(
)
else:
text += f'-# (#{i}) | {player.tag}\n'
if i % 25 == 0:
if i % 20 == 0:
text_chunks.append(text)
text = ''

Expand Down

0 comments on commit 6d74f98

Please sign in to comment.