mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Fixed typo in betterlogging
This commit is contained in:
parent
7e803a87e9
commit
47ea949d52
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class BetterLogging(commands.Cog):
|
||||||
f"**{ctx.author}** in _\"{ctx.guild}\"_."
|
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):
|
async def cog_check(self, ctx):
|
||||||
return commands.is_owner()(ctx.command)
|
return commands.is_owner()(ctx.command)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue