Fix missing self argument in [p]licenseinfo (#4154)

This commit is contained in:
Neuro Assassin
2020-08-04 08:13:23 -04:00
committed by GitHub
parent 8e0dbb7185
commit 5221b1e4a3

View File

@@ -3359,7 +3359,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
aliases=["licenceinfo"],
i18n=_,
)
async def license_info_command(ctx):
async def license_info_command(self, ctx):
"""
Get info about Red's licenses.
"""