Skip to content

Commit

Permalink
[balls] Fix duplicate stats showing in /balls give (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
imtherealF1 authored Aug 19, 2024
1 parent 094f757 commit 4315b05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ballsdex/packages/balls/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,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)} "
f"(`{countryball.attack_bonus:+}%/{countryball.health_bonus:+}%`)!\n"
f"{countryball.description(include_emoji=True, bot=self.bot, is_trade=True)}!\n"
"Do you accept this donation?",
view=DonationRequest(self.bot, interaction, countryball, new_player),
)
Expand Down

0 comments on commit 4315b05

Please sign in to comment.