fix(moderation): capitalized a class name
Some checks failed
Pylint / Pylint (push) Failing after 1m12s

This commit is contained in:
Seaswimmer 2023-10-04 11:32:25 -04:00
parent 3f06ce1be4
commit f25f8cb095
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

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