mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-03 16:25:46 +00:00
commit
b02b3fdbd4
|
@ -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