From 5221b1e4a3ad15e69d3ea613da8001434750d074 Mon Sep 17 00:00:00 2001 From: Neuro Assassin <42872277+NeuroAssassin@users.noreply.github.com> Date: Tue, 4 Aug 2020 08:13:23 -0400 Subject: [PATCH] Fix missing `self` argument in `[p]licenseinfo` (#4154) --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 8763a62a9..470eddd2b 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -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. """