fix(repo): changed all loggers to red.seacogs.<cog_name> instead of red.sea.<cog_name>
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 49s
Actions / Build Documentation (MkDocs) (push) Successful in 43s

This commit is contained in:
SeaswimmerTheFsh 2024-03-07 01:32:27 -05:00
parent f059145681
commit 497f6a0a1a
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
5 changed files with 7 additions and 7 deletions

View file

@ -31,7 +31,7 @@ class Bible(commands.Cog):
self.config = Config.get_conf(
self, identifier=481923957134912, force_registration=True
)
self.logger = logging.getLogger("red.sea.bible")
self.logger = logging.getLogger("red.seacogs.bible")
self.config.register_global(bible="de4e12af7f28f599-02")
self.config.register_user(bible=None)