We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808e689 commit 2f9629aCopy full SHA for 2f9629a
ballsdex/packages/trade/trade.py
@@ -209,6 +209,7 @@ async def refresh_container(self):
209
del_cmd = self.cog.remove.extras.get("mention", "`/trade remove`")
210
section.add_item(TextDisplay(f"You can edit your proposal with {add_cmd} and {del_cmd}."))
211
212
+ section.add_item(TextDisplay(f"-# {len(self.proposal)} {settings.plural_collectible_name} selected"))
213
self.add_item(section)
214
self.add_item(Separator())
215
0 commit comments