mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix missing self argument in [p]licenseinfo (#4154)
This commit is contained in:
parent
8e0dbb7185
commit
5221b1e4a3
@ -3359,7 +3359,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
|||||||
aliases=["licenceinfo"],
|
aliases=["licenceinfo"],
|
||||||
i18n=_,
|
i18n=_,
|
||||||
)
|
)
|
||||||
async def license_info_command(ctx):
|
async def license_info_command(self, ctx):
|
||||||
"""
|
"""
|
||||||
Get info about Red's licenses.
|
Get info about Red's licenses.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user