From 47ea949d52c1ac1a8ec6c2e7a62d766669bf20a9 Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Tue, 3 Mar 2020 19:44:16 -0500 Subject: [PATCH] Fixed typo in betterlogging --- extensions/betterlogging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/betterlogging.py b/extensions/betterlogging.py index 74081c3..fa042f1 100644 --- a/extensions/betterlogging.py +++ b/extensions/betterlogging.py @@ -56,7 +56,7 @@ class BetterLogging(commands.Cog): f"**{ctx.author}** in _\"{ctx.guild}\"_." ) - await self.info(context=msg, name="Command Call") + await self.info(content=msg, name="Command Call") async def cog_check(self, ctx): return commands.is_owner()(ctx.command)