Skip to content

Commit

Permalink
fix &scaled signature
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Dec 6, 2023
1 parent 258765a commit 243f38f
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 @@ -424,7 +424,7 @@ async def tags(self, ctx):
await ctx.send(out)

@commands.command(
usage = "[object] <user/size>",
usage = "[object]",
category = "objects"
)
async def scaled(self, ctx, *, obj: DigiObject):
Expand Down

0 comments on commit 243f38f

Please sign in to comment.