Skip to content

Commit

Permalink
[balls] changing syntax for stats through balls list (Ballsdex-Team#375)
Browse files Browse the repository at this point in the history
* changing syntax for stats through balls list

* changing the syntax again, cleaner design
  • Loading branch information
imtherealF1 authored Sep 3, 2024
1 parent 0fcc453 commit 964b20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballsdex/packages/balls/countryballs_paginator.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def set_options(self, balls: List[BallInstance]):
description=(
f"ATK: {ball.attack}({ball.attack_bonus:+d}%) "
f"• HP: {ball.health}({ball.health_bonus:+d}%) • "
f"Caught on {ball.catch_date.strftime('%d/%m/%y %H:%M')}"
f"{ball.catch_date.strftime('%Y/%m/%d | %H:%M')}"
),
emoji=emoji,
value=f"{ball.pk}",
Expand Down

0 comments on commit 964b20d

Please sign in to comment.