Add missing name=decode
This commit is contained in:
parent
bbfdcdc57f
commit
74e7671909
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue