Add missing name=decode

This commit is contained in:
Zeva Rose 2021-06-27 18:59:12 -06:00
parent bbfdcdc57f
commit 74e7671909

View file

@ -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: