mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
Fix missing self argument in [p]licenseinfo (#4154)
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user