Fixed typo in betterlogging

This commit is contained in:
Adriene Hutchins 2020-03-03 19:44:16 -05:00
parent 7e803a87e9
commit 47ea949d52

View file

@ -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)