Skip to content

Commit 2f9629a

Browse files
authored
trade: show count of added balls (#708)
* Show total balls and in trade * Remove combined numbers * Update trade proposal display in TradingUser * Refactor TradingUser section formatting
1 parent 808e689 commit 2f9629a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ballsdex/packages/trade/trade.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ async def refresh_container(self):
209209
del_cmd = self.cog.remove.extras.get("mention", "`/trade remove`")
210210
section.add_item(TextDisplay(f"You can edit your proposal with {add_cmd} and {del_cmd}."))
211211

212+
section.add_item(TextDisplay(f"-# {len(self.proposal)} {settings.plural_collectible_name} selected"))
212213
self.add_item(section)
213214
self.add_item(Separator())
214215

0 commit comments

Comments
 (0)