fix(moderation): capitalized a class name
Some checks failed
Pylint / Pylint (push) Failing after 1m12s
Some checks failed
Pylint / Pylint (push) Failing after 1m12s
This commit is contained in:
parent
3f06ce1be4
commit
f25f8cb095
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class Moderation(commands.Cog):
|
|||
except ConnectionRefusedError:
|
||||
return
|
||||
|
||||
@commands.cog.listener('on_audit_log_entry_create')
|
||||
@commands.Cog.listener('on_audit_log_entry_create')
|
||||
async def autologger(self, entry: discord.AuditLogEntry):
|
||||
"""This method automatically logs moderations done by users manually ("right clicks")."""
|
||||
if entry.user.bot or entry.target.bot:
|
||||
|
|
Loading…
Reference in a new issue