Skip to content

Commit

Permalink
[balls] add stats to balls give (#326)
Browse files Browse the repository at this point in the history
* fix description logic in ball description

* Add sats to balls give

* revert model change

* final revert
  • Loading branch information
flaree authored Aug 18, 2024
1 parent abbf691 commit f6e14bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballsdex/packages/balls/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ async def give(
elif new_player.donation_policy == DonationPolicy.REQUEST_APPROVAL:
await interaction.followup.send(
f"Hey {user.mention}, {interaction.user.name} wants to give you "
f"{countryball.description(include_emoji=True, bot=self.bot, is_trade=True)}!\n"
f"{countryball.description(include_emoji=True, bot=self.bot, is_trade=True)} (`{countryball.attack_bonus:+}%/{countryball.health_bonus:+}%`)!\n"
"Do you accept this donation?",
view=DonationRequest(self.bot, interaction, countryball, new_player),
)
Expand Down

0 comments on commit f6e14bb

Please sign in to comment.