diff --git a/jarvis/cogs/dev.py b/jarvis/cogs/dev.py index bd26cbc..b4f4caa 100644 --- a/jarvis/cogs/dev.py +++ b/jarvis/cogs/dev.py @@ -189,7 +189,7 @@ class DevCog(commands.Cog): "`" + base64.b85encode(data.encode("UTF-8")).decode("UTF-8") + "`" ) - @commands.group() + @commands.group(name="decode") async def _decode(self, ctx): """Decodes text with specified encoding method""" if ctx.invoked_subcommand is None: