Skip to content

Commit

Permalink
Merge pull request #87 from tastymeatball/patch-1
Browse files Browse the repository at this point in the history
Update basic.py
  • Loading branch information
aveao authored Dec 8, 2021
2 parents 50d2c4f + b752d23 commit b02b3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robocop_ng/cogs/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def _hex(self, ctx, num: int):
@commands.cooldown(1, 10, type=commands.BucketType.user)
@commands.command(name="dec")
async def _dec(self, ctx, num):
"""Converts base 10 to 16"""
"""Converts base 16 to 10"""
await ctx.send(f"{ctx.author.mention}: {int(num, 16)}")

@commands.guild_only()
Expand Down

0 comments on commit b02b3fd

Please sign in to comment.