Update basic.py
This commit is contained in:
parent
50d2c4f99b
commit
b752d238fe
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Basic(Cog):
|
|||
@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()
|
||||
|
|
Loading…
Reference in a new issue