Skip to content

Commit

Permalink
fix the default for &copyheight
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Nov 27, 2023
1 parent 06ddacd commit c88a277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sizebot/cogs/set.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async def setscale(self, ctx, *, newscale):
category = "set"
)
@commands.guild_only()
async def copyheight(self, ctx, user: discord.Member, *, newscale):
async def copyheight(self, ctx, user: discord.Member, *, newscale = 1):
"""Be the size of another user, modified by a factor.
Examples:
Expand Down

0 comments on commit c88a277

Please sign in to comment.