forked from cswimr/SeaCogs
misc(repo): changed all logger names
This commit is contained in:
parent
b9e06d6288
commit
833d6954cc
4 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ class Backup(commands.Cog):
|
|||
def __init__(self, bot: Red):
|
||||
super().__init__()
|
||||
self.bot = bot
|
||||
self.logger = getLogger("red.seacogs.backup")
|
||||
self.logger = getLogger("red.SeaCogs.Backup")
|
||||
|
||||
def format_help_for_context(self, ctx: commands.Context) -> str:
|
||||
pre_processed = super().format_help_for_context(ctx) or ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue