From 74e767190915d7d5e6a60475666ef74b89df6ad6 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sun, 27 Jun 2021 18:59:12 -0600 Subject: [PATCH] Add missing name=decode --- jarvis/cogs/dev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: