misc(moderation): changed logger name

This commit is contained in:
Seaswimmer 2023-12-16 21:19:31 -05:00
parent 0e0c75f987
commit d65cb8a2a8
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -80,7 +80,7 @@ class Moderation(commands.Cog):
) )
disable_dateutil() disable_dateutil()
self.handle_expiry.start() # pylint: disable=no-member self.handle_expiry.start() # pylint: disable=no-member
self.logger = logging.getLogger('red.seaswimmerthefsh.moderation') self.logger = logging.getLogger('red.sea.moderation')
async def cog_load(self): async def cog_load(self):
"""This method prepares the database schema for all of the guilds the bot is currently in.""" """This method prepares the database schema for all of the guilds the bot is currently in."""