Skip to content

Commit

Permalink
this is probably what was breaking stackup lol
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Dec 6, 2023
1 parent 243f38f commit 523986f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sizebot/cogs/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ async def objstats(self, ctx, *, what: typing.Union[DigiObject, str]):
usage = "[@User]"
)
# TODO: Bad name.
async def stackup(self, ctx, *, amount: typing.Optional[int] = None, who: typing.Union[discord.Member, FakePlayer] = None):
async def stackup(self, ctx, amount: typing.Optional[int] = None, who: typing.Union[discord.Member, FakePlayer] = None):
"""How do you stack up against objects?
Example:
Expand Down

0 comments on commit 523986f

Please sign in to comment.